Odel
knowing

knowing

Local
@blackwell-systems18GoMITUpdated 2mo ago

Content-addressed code graph with 22 MCP tools for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@blackwell-systems/knowingv0.15.1

Run

npx -y @blackwell-systems/knowing

MCP client config

{
  "mcpServers": {
    "knowing": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/knowing"
      ]
    }
  }
}