wyrm for Cursor
lk.ghosts/wyrm
Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.
client:Cursor
transport:stdio
runtime:npm
Install wyrm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wyrm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wyrm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs