CodeNib MCP server
Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.
84 stars87 downloads/wk
Reviews
Write oneNobody has reviewed CodeNib yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
CodeNib tools (12, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
dependency_subgraphCall-graph subgraph for *symbol*, bounded by node and edge budgets.
explore_contextCompose repository context and commit delivery history atomically.
get_manifestReturn the repo manifest as a dict.
lsp_definitionProvider-backed definition lookup with persisted-graph fallback.
lsp_referencesProvider-backed reference lookup with persisted-graph fallback.
lsp_routeProvider-backed route map with persisted-graph fallback.
read_sourceReturn one bounded window from content-authenticated source bytes.
search_bm25BM25 keyword search over indexed code symbols.
search_contextwrite actionExecute capability-aware ranked retrieval over loaded repository views.
search_regexRegex pattern search over code graph nodes.
search_semanticSemantic search over indexed code using vector embeddings.
search_zoektTrigram-based search over raw repository contents.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan580 source files scanned15/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 15 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
Findings (2)
- mediumsubprocess with shell=True
exec.shell-truecodenib-0.2.3/codenib/agent/tools/defaults.py: …design command, shell=True, cwd=cwd, stdin…
- mediumeval / new Function used
exec.evalcodenib-0.2.3/codenib/index/rerank/cross_encoder.py: … self._model = self._model.to(device).eval() # Pre-resolve yes/no token id…
What the publisher says
From the CodeNib repository's README, as published. We do not edit it. Read it on GitHub
<!-- SPDX-FileCopyrightText: 2025-2026 CodeNib Contributors
SPDX-License-Identifier: Apache-2.0 --> <!-- mcp-name: ai.codenib/codenib -->
Searchable codebase wikis and context for coding agents Point it at any repo, get a searchable Wiki and an MCP server for your coding agent. Quickstart · Website · Discord · Documentation · News · CodeGraph · MCP · Agent Integrations · Languages
python -m pip install "codenib[graph,mcp]"
codenib codegraph init /path/to/your/repoThat one command detects the repository languages, installs the pinned package-level graph providers it can manage, builds BM25 plus a source-linked symbol graph, and registers the resulting MCP server with installed Codex and Claude Code clients. It is local, open source, requires no model or cloud, and does not write configuration or indexes into the target repository.
System Architecture
repository change
-> reuse current views or rebuild affected views
-> publish a capability-bearing manifest
-> plan repository queries
-> deliver bounded, source-linked contextShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add codenib -- uvx codenib
CodeNib: common questions
- Is CodeNib MCP server safe?
- Mostly: it is graded B (77/100). Read the CodeNib safety report
- How do I install CodeNib?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does CodeNib need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is CodeNib maintained?
- The last commit was 15 days ago (2026-09-05). The latest release is v0.2.3.
- What can I use instead of CodeNib?
- Servers from other publishers that do the same job: Bitbybit CAD MCP server, Misakanet MCP server and HIG Doctor MCP server. Compare all CodeNib alternatives.
Alternatives to CodeNib
Same job from other publishers: the closest match first, then the best rated.
Bitbybit CAD MCPBitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guidenot reviewedEstablishedA- MisakanetFailure-memory layer for coding agents: search evidence-rated failure lessons by error text.not reviewedEstablishedA
- HIG DoctorApple Human Interface Guidelines search, lookup, and project audits for AI coding agents.not reviewedEstablishedB
- HasData DuckDuckGoDuckDuckGo search as JSON. Ranked results, ads in their own array, 37 regions.not reviewedGrowingA
- Paparats – Local Semantic Code Search MCPLocal-first semantic code search across all your repos. Private context for AI coding assistants.not reviewedGrowingB