A multi-view data system for serving repository context to coding agents.
https://codenib.ai ↗// readme
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.
· · · · · · · ·
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
| Layer | Responsibility |
|---|---|
| View compiler | Chunk source and materialize BM25, dense, graph, and navigation views; reuse current artifacts and atomically rebuild affected views |
| View manifest | Record repository identity, source fingerprint, builder profile, capabilities,… |