Testgraph
Freeby MCP Community
MCP server: TestGraph test nodes ↔ git/code changes (stdio, Cursor-compatible)
v0.1.21Added Apr 12, 2026
mcpmodel-context-protocoltestgraphcursor
Testgraph MCP Server
MCP server: TestGraph test nodes ↔ git/code changes (stdio, Cursor-compatible)
Installation
Reviews
Installation
Quick install
npx -y testgraph-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"testgraph": {
"command": "npx",
"args": ["-y", "testgraph-mcp"]
}
}
}