Mmcp.market

CodeNib MCP server

by codenib.ai·ai.codenib/codenib·v0.2.3

Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.

B77/100grade B
What users say
No reviews yet
Be the first
Safety scan
B77/100

full report

Adoption
Established

84 stars87 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • dependency_subgraph

    Call-graph subgraph for *symbol*, bounded by node and edge budgets.

  • explore_context

    Compose repository context and commit delivery history atomically.

  • get_manifest

    Return the repo manifest as a dict.

  • lsp_definition

    Provider-backed definition lookup with persisted-graph fallback.

  • lsp_references

    Provider-backed reference lookup with persisted-graph fallback.

  • lsp_route

    Provider-backed route map with persisted-graph fallback.

  • read_source

    Return one bounded window from content-authenticated source bytes.

  • search_bm25

    BM25 keyword search over indexed code symbols.

  • search_contextwrite action

    Execute capability-aware ranked retrieval over loaded repository views.

  • search_regex

    Regex pattern search over code graph nodes.

  • search_semantic

    Semantic search over indexed code using vector embeddings.

  • search_zoekt

    Trigram-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

2 medium
  • 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=Trueexec.shell-true
    codenib-0.2.3/codenib/agent/tools/defaults.py: …design command, shell=True, cwd=cwd, stdin…
  • mediumeval / new Function usedexec.eval
    codenib-0.2.3/codenib/index/rerank/cross_encoder.py: … self._model = self._model.to(device).eval() # Pre-resolve yes/no token id…
Overall 77/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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 &nbsp;&middot;&nbsp; Website &nbsp;&middot;&nbsp; Discord &nbsp;&middot;&nbsp; Documentation &nbsp;&middot;&nbsp; News &nbsp;&middot;&nbsp; CodeGraph &nbsp;&middot;&nbsp; MCP &nbsp;&middot;&nbsp; Agent Integrations &nbsp;&middot;&nbsp; Languages

python -m pip install "codenib[graph,mcp]"
codenib codegraph init /path/to/your/repo

That 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 context

Shortened. 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
Add to Cursor

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.

All CodeNib alternatives →
  • Bitbybit CAD MCP
    Bitbybit 3D parametric CAD API, version-exact, for coding agents: search, describe, examples, guide
    A
  • Misakanet
    Failure-memory layer for coding agents: search evidence-rated failure lessons by error text.
    A
  • HIG Doctor
    Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.
    B
  • HasData DuckDuckGo
    DuckDuckGo search as JSON. Ranked results, ads in their own array, 37 regions.
    A
  • Paparats – Local Semantic Code Search MCP
    Local-first semantic code search across all your repos. Private context for AI coding assistants.
    B

More from codenib.ai