screenpipe-mcp 0.18.11 → 0.18.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -221,8 +221,9 @@ captures is retained according to your Screenpipe storage configuration
221
221
  and is deletable at any time (`rm -rf ~/.screenpipe` removes everything).
222
222
 
223
223
  ### Source code
224
- The Screenpipe MCP server is MIT-licensed and the entire source is
225
- public at <https://github.com/screenpipe/screenpipe/tree/main/packages/screenpipe-mcp>.
224
+ The Screenpipe MCP server is source-available under the Screenpipe
225
+ Commercial License and the entire source is public at
226
+ <https://github.com/screenpipe/screenpipe/tree/main/packages/screenpipe-mcp>.
226
227
  Every line is auditable.
227
228
 
228
229
  ### Contact
package/manifest.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "homepage": "https://screenpi.pe",
17
17
  "documentation": "https://github.com/screenpipe/screenpipe/tree/main/packages/screenpipe-mcp",
18
18
  "support": "https://github.com/screenpipe/screenpipe/issues",
19
- "license": "MIT",
19
+ "license": "SEE LICENSE IN LICENSE.md",
20
20
  "server": {
21
21
  "type": "node",
22
22
  "entry_point": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "screenpipe-mcp",
3
- "version": "0.18.11",
3
+ "version": "0.18.12",
4
+ "mcpName": "io.github.screenpipe/screenpipe-mcp",
4
5
  "description": "MCP server for screenpipe - search your screen recordings and audio transcriptions",
5
6
  "main": "dist/index.js",
6
7
  "bin": {
package/server.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.screenpipe/screenpipe-mcp",
4
+ "title": "screenpipe",
5
+ "description": "Search your local screen recordings, audio transcriptions, and computer activity captured by screenpipe.",
6
+ "repository": {
7
+ "url": "https://github.com/screenpipe/screenpipe",
8
+ "source": "github",
9
+ "subfolder": "packages/screenpipe-mcp"
10
+ },
11
+ "version": "0.18.12",
12
+ "packages": [
13
+ {
14
+ "registryType": "npm",
15
+ "registryBaseUrl": "https://registry.npmjs.org",
16
+ "identifier": "screenpipe-mcp",
17
+ "version": "0.18.12",
18
+ "transport": {
19
+ "type": "stdio"
20
+ }
21
+ }
22
+ ]
23
+ }