Tokenos
Freeby MCP Community
Local-first codebase graph intelligence for AI MCP assistants, reducing token usage by retrieving only the most relevant code and context.
v2.1.1Added Apr 12, 2026
mcpcodebasegraphaiclaude
Tokenos MCP Server
Local-first codebase graph intelligence for AI MCP assistants, reducing token usage by retrieving only the most relevant code and context.
Installation
Reviews
Installation
Quick install
npx -y tokenos
Add to claude_desktop_config.json
{
"mcpServers": {
"tokenos": {
"command": "npx",
"args": ["-y", "tokenos"]
}
}
}