Decidealot for Cursor
io.github.psyb0t/decidealot
Local Laya and Von typed decisions over TypeSafe-compatible MCP.
client:Cursor
transport:stdio
runtime:oci
Install Decidealot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"decidealot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/decidealot:v0.4.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs