MCP Server
Maintained
Apache-2.0
io.github.Oortonaut/task-graph-mcp MCP Server
io.github.Oortonaut/task-graph-mcp
What is the io.github.Oortonaut/task-graph-mcp MCP server?
MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
How to install io.github.Oortonaut/task-graph-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"task-graph-mcp": {
"command": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"task-graph-mcp": {
"command": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"task-graph-mcp": {
"command": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"task-graph-mcp": {
"type": "stdio",
"command": "https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpb",
"args": []
}
}
}Claude Code
claude mcp add task-graph-mcp -- https://github.com/Oortonaut/task-graph-mcp/releases/download/v0.3.0/task-graph-mcp-x86_64-unknown-linux-gnu.mcpbRelated MCP servers
io.github.Oortonaut/mcacp
Maintained
MCP-to-ACP bridge — let any MCP client drive ACP coding agents
6
View repository →TypeScript
Apache-2.0