seam-runtime
About
SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SEAM_DB_PATH SEAM_PGVECTOR_DSNClaude Code
claude mcp add --env SEAM_DB_PATH= --env SEAM_PGVECTOR_DSN= seam-runtime -- uvx seam-runtime
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"seam-runtime","command":"uvx","args":["seam-runtime"],"env":{"SEAM_DB_PATH":"","SEAM_PGVECTOR_DSN":""}}'
JSON
{
"mcpServers": {
"seam-runtime": {
"command": "uvx",
"args": [
"seam-runtime"
],
"env": {
"SEAM_DB_PATH": "",
"SEAM_PGVECTOR_DSN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.