alterspective-mcp-auth-sidecar

Alterspective-IO/alterspective-mcp-auth-sidecar
★ 0 stars TypeScript 🔒 Security Updated today
Reverse-proxy sidecar adding per-user PAT auth, audit, and rate-limiting in front of Alterspective MCP servers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alterspective-mcp-au": {
      "command": "npx",
      "args": [
        "-y",
        "Alterspective-IO/alterspective-mcp-auth-sidecar"
      ]
    }
  }
}

README Excerpt

Reverse-proxy sidecar that adds per-user authentication, audit, and rate-limiting in front of an Alterspective MCP server. Staff authenticate with Personal Access Tokens (PATs) from Keystone instead of shared API keys. See `AGENTS.md` for canonical guidance. ✅ **First pilot live in production**: `https://sharedo-mcp.alterspective.com.au` is fronted by an instance of this sidecar (Coolify app `r34g3l0j4crxgnxk765f9q17`, gptprompts-prod VPS). End-to-end smoke verified — PATs validate against Keyst