Skip to main content
Glama
package.json1.26 kB
{ "name": "agent-planner-mcp", "version": "0.3.1", "description": "MCP server interface for the Planning System API", "main": "src/index.js", "bin": { "agent-planner-mcp": "src/cli.js" }, "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "test": "jest", "test:tools": "node test-tools.js", "setup": "node src/setup.js", "setup-claude-code": "node src/setup-claude-code.js", "prepublishOnly": "echo 'Ready to publish agent-planner-mcp'" }, "keywords": [ "mcp", "model-context-protocol", "planning", "claude", "ai", "agent-planner" ], "author": "TalkingAgents", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/talkingagents/agent-planner-mcp.git" }, "homepage": "https://agentplanner.io", "bugs": { "url": "https://github.com/talkingagents/agent-planner-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "ignore": "^7.0.3" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.0.1" }, "engines": { "node": ">=16.0.0" }, "files": [ "src/", "claude-code/", "README.md", "LICENSE" ] }

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/TAgents/agent-planner-mcp'

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