Skip to main content
Glama

Agent MCP

package.json1.56 kB
{ "name": "agent-mcp-node", "version": "4.20.0", "description": "Agent-MCP TypeScript/Node.js implementation with backwards compatibility", "main": "build/index.js", "type": "module", "bin": { "agent-mcp": "build/examples/server/agentMcpServer.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/examples/server/agentMcpServer.ts", "start": "node build/examples/server/agentMcpServer.js", "server": "tsx src/examples/server/agentMcpServer.ts", "test-client": "tsx src/examples/client/streamableHttpWithSseFallbackClient.ts", "clean": "rm -rf build", "postinstall": "chmod +x build/examples/server/agentMcpServer.js", "prepack": "npm run build && chmod +x build/examples/server/agentMcpServer.js" }, "keywords": [ "mcp", "model-context-protocol", "agent", "multi-agent", "typescript", "nodejs" ], "author": "Luis Alejandro Rincon", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.0", "@types/better-sqlite3": "^7.6.13", "@types/cors": "^2.8.19", "@types/inquirer": "^9.0.9", "better-sqlite3": "^12.2.0", "commander": "^14.0.0", "cors": "^2.8.5", "dotenv": "^17.2.1", "express": "^4.18.2", "glob": "^11.0.3", "inquirer": "^12.9.4", "openai": "^5.11.0", "sqlite-vec": "^0.1.7-alpha.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.10.0", "tsx": "^4.7.0", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }

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/rinadelph/Agent-MCP'

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