Graph
Freeby MCP Community
Agent-native persistent task graph. MCP server for agent planning and execution across sessions.
v0.2.20Added Apr 12, 2026
mcpmodel-context-protocolagentstask-graphplanning
Graph MCP Server
Agent-native persistent task graph. MCP server for agent planning and execution across sessions.
Installation
Reviews
Installation
Quick install
npx -y @graph-tl/graph
Add to claude_desktop_config.json
{
"mcpServers": {
"graph": {
"command": "npx",
"args": ["-y", "@graph-tl/graph"]
}
}
}