kogcat-mcp
AI makes the answer smoother. KogCat makes the judgment sound.
A client-agnostic stdio MCP server for KogCat — a local-first judgment-calibration layer. After your AI answers, it surfaces counterexamples, edge cases, and blind spots drawn from a knowledge base that lives on your own machine. It won't replace your model and it won't slow you down — the call stays yours.
This package exposes KogCat over the Model Context Protocol, so any MCP client (Cursor, Cline, Zed, VS Code, Claude Desktop, …) can use it. The Claude Code and Codex plugins ship the same capability natively.
Install
Run directly with uv:
uvx kogcat-mcp
Then point your MCP client at the kogcat-mcp command. Example client config:
{
"mcpServers": {
"kogcat": {
"command": "uvx",
"args": ["kogcat-mcp"]
}
}
}
On first run the local om-core sidecar is fetched and supervised automatically; a small embedding model is downloaded once. Everything runs locally over a Unix domain socket — no account, nothing leaves your machine.
Tools
Search the knowledge base, fetch nodes and edges, run a calibration pass, and read/write durable memory — surfaced as MCP tools for the calling client.
Links
- Website: https://www.kogcat.com
- Claude Code / Codex plugin: https://github.com/KogCat/cc-kogcat
License
FSL-1.1-MIT — see LICENSE. Converts to MIT two years after each release.
Release files for kogcat-mcp 0.46.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kogcat_mcp-0.46.2.tar.gz | 41.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kogcat_mcp-0.46.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 87.9 kB
Release files / kogcat_mcp-0.46.2.tar.gz
| Download URL | kogcat_mcp-0.46.2.tar.gz |
|---|---|
| Size | 41.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27da7366b5e1caa7ef8a0c69e248930c1358b6e43b7f313651f323db5b5963ff
|
|
BLAKE2b-256 checksum How to use checksums |
a2daf0e050ed6027d72bc2763daf2827620426c41c0f6c2b77da74066862f997
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / kogcat_mcp-0.46.2-py3-none-any.whl
| Download URL | kogcat_mcp-0.46.2-py3-none-any.whl |
|---|---|
| Size | 46.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
79a55f69514bb8b7dcc61f7a97ffd0d120c34f72ab0e39b0a5ba6308a2d6a092
|
|
BLAKE2b-256 checksum How to use checksums |
f18f74a3c90ac83f17ed115f6e0250bb657fa41072adf53b97784773f0532e26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|