codeindex
Rank #5,271io.github.munhq/codeindex
Structural code intelligence over MCP: symbols, callers, imports and blast radius, 40+ languages.
codeindex is a Model Context Protocol (MCP) server published by munhq. It ranks #5,271 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. codeindex is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 12, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 110,189 of 115,460 servers on MCP Toplist.
Use codeindex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codeindex -e "CODEINDEX_WORKSPACE=<your CODEINDEX_WORKSPACE>" -- npx -y @munhq/codeindexReplace each placeholder with your own value before saving.
[mcp_servers.codeindex]
command = "npx"
args = ["-y", "@munhq/codeindex"]
[mcp_servers.codeindex.env]
CODEINDEX_WORKSPACE = "<your CODEINDEX_WORKSPACE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codeindex": {
"command": "npx",
"args": [
"-y",
"@munhq/codeindex"
],
"env": {
"CODEINDEX_WORKSPACE": "<your CODEINDEX_WORKSPACE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codeindex": {
"command": "npx",
"args": [
"-y",
"@munhq/codeindex"
],
"env": {
"CODEINDEX_WORKSPACE": "<your CODEINDEX_WORKSPACE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codeindex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@munhq/codeindex"
],
"env": {
"CODEINDEX_WORKSPACE": "<your CODEINDEX_WORKSPACE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codeindex": {
"command": "npx",
"args": [
"-y",
"@munhq/codeindex"
],
"env": {
"CODEINDEX_WORKSPACE": "<your CODEINDEX_WORKSPACE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codeindex": {
"command": "npx",
"args": [
"-y",
"@munhq/codeindex"
],
"env": {
"CODEINDEX_WORKSPACE": "<your CODEINDEX_WORKSPACE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.munhq%2Fcodeindex)<a href="https://mcptoplist.com/server/io.github.munhq%2Fcodeindex"><img src="https://mcptoplist.com/badge/io.github.munhq%2Fcodeindex.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
munhq
Other servers by munhq
View all munhq servers →Available versions (3)
| Version | Published |
|---|---|
| 0.3.6 | Aug 31, 2026 |
| 0.3.4 | Aug 28, 2026 |
| 0.3.3 | Aug 27, 2026 |
Frequently asked questions
- Who maintains codeindex?
- codeindex is maintained by munhq, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is codeindex listed on the Official MCP Registry?
- Yes — codeindex is listed on the Official MCP Registry.
- How many versions does codeindex have?
- MCP Toplist tracks 3 versions of codeindex, most recently published on Aug 31, 2026.
- Where can I find the source code for codeindex?
- The source code for codeindex is hosted at github.com/munhq/codeindex.