Skip to content
Cursor

Mnemoscope for Cursor

io.github.toonight/mnemoscope

Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local.

client:Cursor transport:stdio runtime:npm

Install Mnemoscope in Cursor

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

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

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

Mnemoscope in other clients