bounded tools mcp for VS Code
io.github.bounded-systems/bounded-tools-mcp
Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).
client:VS Code
transport:stdio
runtime:npm
Install bounded tools mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bounded-tools-mcp-signature-mode",
"description": "BOUNDED_TOOLS_MCP_SIGNATURE_MODE",
"password": true
}
],
"servers": {
"bounded-tools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bounded-systems/bounded-tools-mcp"
],
"env": {
"BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "${input:bounded-tools-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