Agentblueprint
Freeby MCP Community
CLI and MCP server for Agent Blueprint — read blueprints, business cases, implementation plans, and specs from your coding agent
v0.7.15Added Apr 12, 2026
mcpcliagent-blueprintaiblueprint
Agentblueprint MCP Server
CLI and MCP server for Agent Blueprint — read blueprints, business cases, implementation plans, and specs from your coding agent
Installation
npx -y agentblueprint
Reviews
Installation
Quick install
npx -y agentblueprint
Add to claude_desktop_config.json
{
"mcpServers": {
"agentblueprint": {
"command": "npx",
"args": ["-y", "agentblueprint"]
}
}
}