mcp launcher for VS Code
io.github.oneprofile-dev/mcp-launcher
Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.
client:VS Code
transport:stdio
runtime:npm
Install mcp launcher in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "curator-api-url",
"description": "CURATOR_API_URL",
"password": true
}
],
"servers": {
"mcp-launcher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"curatedmcp"
],
"env": {
"CURATOR_API_URL": "${input:curator-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