Code-Fundi MCP Server
Rank #25,849io.github.FelixWaweru/code-fundi-mcp
CodeFundi MCP server for codebase mapping and blast-radius analysis.
Code-Fundi MCP Server is a Model Context Protocol (MCP) server published by Code-Fundi. It ranks #25,849 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Code-Fundi MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 22, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 89,611 of 115,460 servers on MCP Toplist.
Use Code-Fundi MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add code-fundi-mcp -- npx -y @codefundi/code-fundi-mcp[mcp_servers.code-fundi-mcp]
command = "npx"
args = ["-y", "@codefundi/code-fundi-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"code-fundi-mcp": {
"command": "npx",
"args": [
"-y",
"@codefundi/code-fundi-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"code-fundi-mcp": {
"command": "npx",
"args": [
"-y",
"@codefundi/code-fundi-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"code-fundi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codefundi/code-fundi-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"code-fundi-mcp": {
"command": "npx",
"args": [
"-y",
"@codefundi/code-fundi-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"code-fundi-mcp": {
"command": "npx",
"args": [
"-y",
"@codefundi/code-fundi-mcp"
]
}
}
}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.FelixWaweru%2Fcode-fundi-mcp)<a href="https://mcptoplist.com/server/io.github.FelixWaweru%2Fcode-fundi-mcp"><img src="https://mcptoplist.com/badge/io.github.FelixWaweru%2Fcode-fundi-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Code-Fundi
Other servers by Code-Fundi
View all Code-Fundi servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jul 29, 2026 |
Frequently asked questions
- Who maintains Code-Fundi MCP Server?
- Code-Fundi MCP Server is maintained by Code-Fundi, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Code-Fundi MCP Server listed on the Official MCP Registry?
- Yes — Code-Fundi MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Code-Fundi MCP Server have?
- MCP Toplist tracks 1 version of Code-Fundi MCP Server, most recently published on Jul 29, 2026.
- Where can I find the source code for Code-Fundi MCP Server?
- The source code for Code-Fundi MCP Server is hosted at github.com/Code-Fundi/code-fundi-mcp.