Odel
kireo mcp server

kireo mcp server

Local
@wang1051992187TypeScriptMITUpdated 1mo ago

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

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@kireo/mcp-serverv0.2.2

Run

npx -y @kireo/mcp-server

MCP client config

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