Odel
core

core

Local
@sovseal7TypeScriptApache-2.0Updated 1mo ago

Local-first, zero-knowledge AI memory across Claude, Cursor, and every MCP client. 0 RTT reads.

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@sovseal/mcp-serverv0.3.8

Run

npx -y @sovseal/mcp-server

MCP client config

{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": [
        "-y",
        "@sovseal/mcp-server"
      ]
    }
  }
}