Skip to content
Cursor

krimto for Cursor

io.github.krimto-labs/krimto

Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0.

client:Cursor transport:stdio runtime:npm

Install krimto in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "krimto": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@krimto-labs/krimto"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

krimto in other clients