patxin for VS Code
io.github.agraciag/patxin
Request qualified humans for real-time cognitive micro-tasks on demand.
client:VS Code
transport:stdio
runtime:npm
Install patxin in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "patxin-api-key",
"description": "PATXIN_API_KEY",
"password": true
}
],
"servers": {
"patxin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@patxin/mcp-server"
],
"env": {
"PATXIN_API_KEY": "${input:patxin-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