Skip to content
Zed

Secret MCP for Zed

io.github.yyeongjin/secret-mcp

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

client:Zed transport:stdio runtime:npm

Install Secret MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "secret-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "secret-design-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Secret MCP in other clients