UNPKG

@every-env/sparkle-mcp-server

Version:

MCP server for secure Sparkle folder file access with Claude AI, including clipboard history support

61 lines (60 loc) 1.41 kB
{ "name": "@every-env/sparkle-mcp-server", "version": "1.1.1", "description": "MCP server for secure Sparkle folder file access with Claude AI, including clipboard history support", "type": "module", "main": "dist/index.js", "bin": { "sparkle-mcp": "dist/index.js" }, "engines": { "node": ">=16.0.0" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "prepublishOnly": "npm run build", "postinstall": "node scripts/setup.js", "setup": "node scripts/setup.js" }, "files": [ "dist/**/*", "scripts/**/*", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "file-search", "sparkle", "every", "clipboard", "clipboard-history", "pasteboard", "file-management" ], "author": "Every Inc", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/EveryInc/sparkle-mcp-server.git" }, "homepage": "https://github.com/EveryInc/sparkle-mcp-server#readme", "bugs": { "url": "https://github.com/EveryInc/sparkle-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@vscode/ripgrep": "^1.15.9", "chokidar": "^3.5.3", "zod": "^3.24.1", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }