★ 56 stars
Rust
🤖 AI/LLM
Updated today
The most comprehensive code intelligence MCP server for AI coding agents. 37 tools, 31 languages, 9 agent integrations. Pre-indexed semantic knowledge graphs for instant code understanding — fewer tokens, fewer tool calls, 100% local.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tokensave": {
"command": "cargo",
"args": [
"run",
"--",
"tokensave"
]
}
}
}
Run in terminal:
claude mcp add tokensave cargo run -- tokensave
Add to .cursor/mcp.json:
{
"mcpServers": {
"tokensave": {
"command": "cargo",
"args": [
"run",
"--",
"tokensave"
]
}
}
}