Skip to content
Cursor

seam runtime for Cursor

io.github.blackhatshiftey/seam-runtime

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

client:Cursor transport:stdio runtime:pypi

Install seam runtime 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": {
    "seam-runtime": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "seam-runtime"
      ],
      "env": {
        "SEAM_DB_PATH": "<SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<SEAM_PGVECTOR_DSN>"
      }
    }
  }
}

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

seam runtime in other clients