Graph
Freeby MCP Community
MCP local-first PRD to task graph — transforms text into executable structure
v6.3.1Added Apr 12, 2026
mcpprdtask-graphlocal-firstagent-tooling
Graph MCP Server
MCP local-first PRD to task graph — transforms text into executable structure
Installation
Reviews
Installation
Quick install
npx -y @mcp-graph-workflow/mcp-graph
Add to claude_desktop_config.json
{
"mcpServers": {
"graph": {
"command": "npx",
"args": ["-y", "@mcp-graph-workflow/mcp-graph"]
}
}
}