Skip to main content
Glama
package.json972 B
{ "name": "mcpcute", "version": "0.3.0", "description": "MCP aggregator - aggregate multiple MCPs behind a single interface", "module": "src/index.ts", "type": "module", "bin": { "mcpcute": "./bin/mcpcute.ts" }, "scripts": { "start": "bun run src/index.ts", "dev": "bun --watch run src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/zhigang1992/mcpcute.git" }, "keywords": [ "mcp", "model-context-protocol", "aggregator", "ai", "claude" ], "author": "Kyle Fang", "license": "MIT", "bugs": { "url": "https://github.com/zhigang1992/mcpcute/issues" }, "homepage": "https://github.com/zhigang1992/mcpcute#readme", "files": [ "src", "bin", "README.md" ], "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "zod": "^4.1.13" } }

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/zhigang1992/mcpcute'

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