Skip to content
VS Code

Secret MCP for VS Code

io.github.yyeongjin/secret-mcp

Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.

client:VS Code transport:stdio runtime:npm

Install Secret MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "secret-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Secret MCP in other clients