Unravel
Freeby MCP Community
Unravel MCP Server — Zero-hallucination AST evidence for AI coding agents. Deterministic tree-sitter analysis, mutation chains, cross-file call graphs, and clai
v3.5.0Added Apr 12, 2026
mcpunravelastdebuggingcode-analysis
Unravel MCP Server
Unravel MCP Server — Zero-hallucination AST evidence for AI coding agents. Deterministic tree-sitter analysis, mutation chains, cross-file call graphs, and clai
Installation
Reviews
Installation
Quick install
npx -y unravel-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"unravel": {
"command": "npx",
"args": ["-y", "unravel-mcp"]
}
}
}