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