Odel
Secret MCP

Secret MCP

Local
@yyeongjinTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsecret-design-mcpv0.6.0

Run

npx -y secret-design-mcp

MCP client config

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