Skip to content
Zed

seam runtime for Zed

io.github.blackhatshiftey/seam-runtime

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

client:Zed transport:stdio runtime:pypi

Install seam runtime in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "seam-runtime": {
      "command": "uvx",
      "args": [
        "seam-runtime"
      ],
      "env": {
        "SEAM_DB_PATH": "<SEAM_DB_PATH>",
        "SEAM_PGVECTOR_DSN": "<SEAM_PGVECTOR_DSN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

seam runtime in other clients