Skip to main content
Glama
package.json923 B
{ "name": "open-mcp", "version": "3.0.0", "type": "module", "description": "A modular MCP server with prompts, skills, and workflows for personal productivity", "main": "dist/index.js", "bin": { "open-mcp": "./dist/index.js" }, "maintainers": [ { "name": "Shellming", "email": "qxm726@gmail.com" } ], "scripts": { "dev": "tsc --watch", "build": "tsc", "start": "node ./dist/index.js", "validate-env": "node scripts/validate-env.js", "prestart": "pnpm run validate-env", "dev:full": "tsc && node ./dist/index.js" }, "dependencies": { "@ai-sdk/google": "^1.1.17", "@modelcontextprotocol/sdk": "^1.6.0", "ai": "^4.1.46", "handlebars": "^4.7.8", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "minimatch": "^10.0.0", "zod": "^3.24.2" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.17.13", "@types/node": "^22.9.3", "typescript": "^5.6.2" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ishuru/open-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server