Andru — Operational Empathy for B2B for VS Code
io.github.geter-andru/andru-intelligence
28 signed tools for founders + PE/VC operators: ICP scoring, deal classification, market signals.
client:VS Code
transport:stdio
runtime:npm
Install Andru — Operational Empathy for B2B in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "andru-api-key",
"description": "ANDRU_API_KEY",
"password": true
},
{
"type": "promptString",
"id": "andru-api-url",
"description": "ANDRU_API_URL",
"password": true
}
],
"servers": {
"andru-intelligence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-andru-intelligence"
],
"env": {
"ANDRU_API_KEY": "${input:andru-api-key}",
"ANDRU_API_URL": "${input:andru-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs