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
{
"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