kitsune mcp for VS Code
io.github.kaiser-data/kitsune-mcp
Shape-shifting MCP hub — shapeshift() into 130,000+ servers at runtime. No restarts. 7 registries.
client:VS Code
transport:stdio
runtime:npm
Install kitsune mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "smithery-api-key",
"description": "SMITHERY_API_KEY",
"password": true
}
],
"servers": {
"kitsune-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kitsune-mcp"
],
"env": {
"SMITHERY_API_KEY": "${input:smithery-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