MCP Server
Maintained
MIT
io.github.BigJai/tokennuke MCP Server
io.github.BigJai/tokennuke
What is the io.github.BigJai/tokennuke MCP server?
Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.
How to install io.github.BigJai/tokennuke
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tokennuke": {
"command": "uvx",
"args": [
"tokennuke"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tokennuke": {
"command": "uvx",
"args": [
"tokennuke"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tokennuke": {
"command": "uvx",
"args": [
"tokennuke"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tokennuke": {
"type": "stdio",
"command": "uvx",
"args": [
"tokennuke"
]
}
}
}Claude Code
claude mcp add tokennuke -- uvx tokennukeRelated MCP servers
io.github.BigJai/codemunch-pro
Maintained
Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval.
3
View repository →Python
MIT
Search 12M+ verified businesses across 10 countries via government registers.
0
View repository →Python
MIT