Token-saving code search for AI coding agents — TypeScript, JavaScript & Python (zero setup), C#, C++, Go & 30+ more, via a language-server or tree-sitter index instead of grep. Local-only, no IDE. Claude Code plugin + MCP + CLI.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vs-token-safer": {
"command": "npx",
"args": [
"-y",
"JSungMin/vs-token-safer"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vs-token-safer npx -y JSungMin/vs-token-safer
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vs-token-safer": {
"command": "npx",
"args": [
"-y",
"JSungMin/vs-token-safer"
]
}
}
}
📋 Copy
Topics
clangd claude-code code-search cpp csharp developer-tools grep javascript language-server lsp mcp model-context-protocol python roslyn token-optimization