recordant for VS Code
io.github.recordant/recordant
Patent-pending diagnostic + decisions-ledger engine with operator briefs and an MCP console.
client:VS Code
transport:stdio
runtime:pypi
Install recordant in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "recordant-license-key",
"description": "RECORDANT_LICENSE_KEY",
"password": true
}
],
"servers": {
"recordant": {
"type": "stdio",
"command": "uvx",
"args": [
"recordant"
],
"env": {
"RECORDANT_LICENSE_KEY": "${input:recordant-license-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs