Decidealot for VS Code
io.github.psyb0t/decidealot
Local Laya and Von typed decisions over TypeSafe-compatible MCP.
client:VS Code
transport:stdio
runtime:oci
Install Decidealot in VS Code
.vscode/mcp.json
{
"servers": {
"decidealot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/decidealot:v0.4.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs