Bilinc for VS Code
io.github.atakanelik34/bilinc
Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.
client:VS Code
transport:stdio
runtime:pypi
Install Bilinc in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bilinc-api-key",
"description": "BILINC_API_KEY",
"password": true
}
],
"servers": {
"bilinc": {
"type": "stdio",
"command": "uvx",
"args": [
"bilinc"
],
"env": {
"BILINC_API_KEY": "${input:bilinc-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs