mcp portal for VS Code
io.github.apollion69/mcp-portal
Cursor CLI delegation for verified bulk reads and reference-driven code generation.
client:VS Code
transport:stdio
runtime:pypi
Install mcp portal in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-portal-home",
"description": "MCP_PORTAL_HOME",
"password": true
},
{
"type": "promptString",
"id": "mcp-portal-cli",
"description": "MCP_PORTAL_CLI",
"password": true
}
],
"servers": {
"mcp-portal": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-portal"
],
"env": {
"MCP_PORTAL_HOME": "${input:mcp-portal-home}",
"MCP_PORTAL_CLI": "${input:mcp-portal-cli}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs