obex

pwrq/obex
★ 0 stars Go 🔒 Security Updated today
Auth enforcement proxy for MCP servers. JWT validation, scope enforcement, and DPoP sender-constraining as a drop-in sidecar.
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": {
    "obex": {
      "command": "go",
      "args": [
        "run",
        "github.com/pwrq/obex@latest"
      ]
    }
  }
}