autoplans-mcp
v0.1.3
Published
The autoplans.dev MCP server, over stdio
Downloads
385
Maintainers
Readme
autoplans-mcp
The autoplans.dev MCP server, over stdio.
The platform speaks MCP over HTTP; most MCP clients speak stdio. This bridges
the two — tool calls arrive on stdin and are forwarded to
https://autoplans.dev/api/v1/mcp with your API key.
npm i -g autoplans-mcp
export AUTOPLANS_API_KEY=apk_live_… # autoplans.dev → Settings → API keys{
"mcpServers": {
"autoplans": {
"command": "autoplans-mcp",
"env": { "AUTOPLANS_API_KEY": "apk_live_…" }
}
}
}AUTOPLANS_MCP_URL overrides the endpoint for a self-hosted install.
History
Releases up to 0.1.2 were published from a repository that no longer exists, and never worked: handlers were registered with method-name strings where the MCP SDK requires its request schemas, so the process exited before serving a request. 0.1.3 is the rebuild — schema-based handlers, a current SDK, and the source kept here where the rest of the project lives.
