seam runtime for Windsurf
io.github.blackhatshiftey/seam-runtime
SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.
client:Windsurf
transport:stdio
runtime:pypi
Install seam runtime in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "<SEAM_DB_PATH>",
"SEAM_PGVECTOR_DSN": "<SEAM_PGVECTOR_DSN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs