Skip to content
Cursor

timps for Cursor

io.github.sandeeprdy1729/timps

Persistent memory with contradiction detection, burnout monitoring, and 69 intelligence tools.

client:Cursor transport:stdio runtime:npm

Install timps 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": {
    "timps": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@timps-ai/timps-mcp"
      ],
      "env": {
        "TIMPS_URL": "<TIMPS_URL>",
        "TIMPS_MEMORY_URL": "<TIMPS_MEMORY_URL>",
        "TIMPS_API_KEY": "<TIMPS_API_KEY>",
        "TIMPS_PROJECT_PATH": "<TIMPS_PROJECT_PATH>"
      }
    }
  }
}

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

timps in other clients