inkog for VS Code
io.github.inkog-io/inkog
Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.
client:VS Code
transport:stdio
runtime:npm
Install inkog in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "inkog-api-key",
"description": "INKOG_API_KEY",
"password": true
}
],
"servers": {
"inkog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inkog-io/mcp"
],
"env": {
"INKOG_API_KEY": "${input:inkog-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