Skip to content
Claude Desktop

server for Claude Desktop

app.certman/server

Create and manage your own Certificate Authority for internal HTTPS.

client:Claude Desktop transport:streamable-http

Install server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.certman.app"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

server in other clients