Odel
MCP Server Auth Template

MCP Server Auth Template

Local
@brunoviccoPythonMITUpdated 1w ago

OAuth 2.1/OIDC resource-server reference for secure MCP authorization

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).

Dockerghcr.io/brunovicco/mcp-server-auth-template:v0.6.2

Run

docker run -i --rm ghcr.io/brunovicco/mcp-server-auth-template:v0.6.2

MCP client config

{
  "mcpServers": {
    "mcp-server-auth-template": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/brunovicco/mcp-server-auth-template:v0.6.2"
      ]
    }
  }
}