UNPKG

you-mcp-server

Version:

MCP server for the You project - connects Claude to your personal data backend

51 lines 1.16 kB
{ "name": "you-mcp-server", "version": "1.0.2", "description": "MCP server for the You project - connects Claude to your personal data backend", "type": "module", "main": "dist/index.js", "bin": { "you-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude", "personal-data", "you-project" ], "author": "You", "license": "MIT", "files": [ "dist/", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0", "yargs": "^17.7.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/yargs": "^17.0.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/you-mcp-server.git" }, "homepage": "https://github.com/yourusername/you-mcp-server#readme", "bugs": { "url": "https://github.com/yourusername/you-mcp-server/issues" } }