Kibi Cursor plugin - thin adapter for Cursor MCP integration and editor hooks
Connect Kibi to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Kibi Cursor plugin - thin adapter for Cursor MCP integration and editor hooks. The kibi mcp server is what makes that connection.
Kibi is a repo-local, per-git-branch, queryable knowledge base for software projects. It stores requirements, scenarios, tests, architecture decisions, and more as linked entities, ensuring end-to-end traceability between code and documentation.
args on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
req — Software requirements specifying functionality or constraintsscenario — BDD scenarios describing user behavior (Given/When/Then)test — Executable unit, integration, or e2e test casesfact — Atomic domain facts and invariants. Supports a strict lane for contradiction-sensitive modeling and a context lane (observation, meta) foradr — Architecture Decision Records documenting technical choicesflag — Runtime or config gates (feature flags, kill-switches)event — Domain or system events published/consumed by componentssymbol — Abstract code symbols (functions, classes, modules)Agent-friendly — LLM assistants can query and update knowledge base via MCP without risking file corruptionEvent — Driven Architecture** — Map who publishes and consumes each domain event. Trace event flows and identify couplings across the systemBranch — Local Memory** — Every git branch keeps its own KB snapshot. Switch contexts without losing traceability or polluting other brancheskibi-core — Prolog-based knowledge graph that tracks entities across branchesAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Kibi's toolset — req, scenario, test and 11 more — is a fair guide to whether it matches your workflow. It is maintained by looted; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| req | Software requirements specifying functionality or constraints. |
| scenario | BDD scenarios describing user behavior (Given/When/Then). |
| test | Executable unit, integration, or e2e test cases. |
| fact | Atomic domain facts and invariants. Supports a **strict lane** for contradiction-sensitive modeling and a **context lane** (observation, meta) for bugs and workarounds. |
| adr | Architecture Decision Records documenting technical choices. |
| flag | Runtime or config gates (feature flags, kill-switches). |
| event | Domain or system events published/consumed by components. |
| symbol | Abstract code symbols (functions, classes, modules). |
| Agent-friendly | LLM assistants can query and update knowledge base via MCP without risking file corruption |
| Event | Driven Architecture** — Map who publishes and consumes each domain event. Trace event flows and identify couplings across the system. |
| Branch | Local Memory** — Every git branch keeps its own KB snapshot. Switch contexts without losing traceability or polluting other branches. |
| kibi-core | Prolog-based knowledge graph that tracks entities across branches |
| kibi-cli | Command-line interface for automation and hooks |
| kibi-mcp | Model Context Protocol server for LLM integration |
{
"mcpServers": {
"cursor": {
"command": "npx",
"args": ["-y", "args"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.