0pi for VS Code
io.github.dizzydes/0pi
Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.
client:VS Code
transport:stdio
runtime:npm
Install 0pi in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "opi-api-url",
"description": "OPI_API_URL",
"password": true
},
{
"type": "promptString",
"id": "opi-log-dir",
"description": "OPI_LOG_DIR",
"password": true
}
],
"servers": {
"0pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "${input:opi-api-url}",
"OPI_LOG_DIR": "${input:opi-log-dir}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs