Skip to content
Cursor

in memoria for Cursor

io.github.pi22by7/in-memoria

Persistent codebase intelligence that gives AI assistants memory across sessions

client:Cursor transport:stdio runtime:npm

Install in memoria in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "in-memoria": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "in-memoria"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

in memoria in other clients