darki73/sylvan
Code intelligence platform for AI agents. Search symbols, trace dependencies, measure blast radius, and navigate codebases through MCP tools — returning exactly the code your agent needs at a fraction of the token cost. Supports 34 languages, hybrid search, third-party library indexing, multi-repo workspaces, and a live web dashboard.
Platform-specific configuration:
{
"mcpServers": {
"sylvan": {
"command": "npx",
"args": [
"-y",
"sylvan"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Code intelligence platform for AI agents. Search, analyze, and navigate codebases through MCP tools — returning exactly the code your agent needs at a fraction of the token cost.
AI agents burn tokens reading entire files when they need one function. They grep across directories to trace a dependency. They piece together call chains one file at a time. Every wasted read costs money and context window space.
Sylvan indexes your codebase into a structured database of symbols, sections, and import relationships, then exposes it through 52 MCP tools. Your agent asks for what it needs and gets exactly that — function signatures, blast radius, dependency graphs, semantic search results. Typical token savings exceed 80%.
<details> <summary>More screenshots</summary>
Search — find code by name, signature, or keywords with syntax-highlighted source
Session — live token efficiency tracking per session and all-time
Quality Report — code smells, security findings, test/doc coverage
Blast Radius — visualize impact before changing a symbol
Libraries — indexed third-party packages with symbol counts
</details>
pip install sylvanAdd to your MCP client config:
{
"Loading reviews...