CodeNib
Rank #673ai.codenib/codenib
Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.
CodeNib is a Model Context Protocol (MCP) server published by sysevol-ai. It ranks #673 of 115,460 servers tracked on MCP Toplist, and its repository has 84 GitHub stars. CodeNib is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 114,787 of 115,460 servers on MCP Toplist.
Use CodeNib
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codenib -- uvx --with "codenib[graph,mcp]==0.2.2" codenib mcp "<repository>"Replace each placeholder with your own value before saving.
[mcp_servers.codenib]
command = "uvx"
args = ["--with", "codenib[graph,mcp]==0.2.2", "codenib", "mcp", "<repository>"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codenib": {
"command": "uvx",
"args": [
"--with",
"codenib[graph,mcp]==0.2.2",
"codenib",
"mcp",
"<repository>"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codenib": {
"command": "uvx",
"args": [
"--with",
"codenib[graph,mcp]==0.2.2",
"codenib",
"mcp",
"<repository>"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codenib": {
"type": "stdio",
"command": "uvx",
"args": [
"--with",
"codenib[graph,mcp]==0.2.2",
"codenib",
"mcp",
"<repository>"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codenib": {
"command": "uvx",
"args": [
"--with",
"codenib[graph,mcp]==0.2.2",
"codenib",
"mcp",
"<repository>"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codenib": {
"command": "uvx",
"args": [
"--with",
"codenib[graph,mcp]==0.2.2",
"codenib",
"mcp",
"<repository>"
]
}
}
}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/ai.codenib%2Fcodenib)<a href="https://mcptoplist.com/server/ai.codenib%2Fcodenib"><img src="https://mcptoplist.com/badge/ai.codenib%2Fcodenib.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sysevol-ai
Available versions (3)
| Version | Published |
|---|---|
| 0.2.2 | Aug 21, 2026 |
| 0.2.1 | Aug 14, 2026 |
| 0.2.0 | Aug 6, 2026 |
Frequently asked questions
- Who maintains CodeNib?
- CodeNib is maintained by sysevol-ai, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is CodeNib listed on the Official MCP Registry?
- Yes — CodeNib is listed on the Official MCP Registry, alongside Glama.
- How many versions does CodeNib have?
- MCP Toplist tracks 3 versions of CodeNib, most recently published on Aug 21, 2026.
- Where can I find the source code for CodeNib?
- The source code for CodeNib is hosted at github.com/sysevol-ai/CodeNib.