site mcp for VS Code
io.github.bounded-systems/site-mcp
Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio).
client:VS Code
transport:stdio
runtime:npm
Install site mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "site-mcp-signature-mode",
"description": "SITE_MCP_SIGNATURE_MODE",
"password": true
}
],
"servers": {
"site-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "${input:site-mcp-signature-mode}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs