Odel
Dense Knowledge

Dense Knowledge

Local
@lucky44k1PythonMITUpdated 1mo ago

Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.

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).

PyPIdense-knowledge-mcpv1.2.0

Run

uvx dense-knowledge-mcp

MCP client config

{
  "mcpServers": {
    "dense-knowledge": {
      "command": "uvx",
      "args": [
        "dense-knowledge-mcp"
      ]
    }
  }
}