🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

kogcat-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kogcat-mcp

Universal stdio MCP server for the KogCat om-core knowledge sidecar

pipPyPI
Version
0.46.2
Weekly downloads
48
Maintainers
1
Weekly downloads
 

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.

License

FSL-1.1-MIT — see LICENSE. Converts to MIT two years after each release.

Keywords

mcp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts