stateful-auth-for-mcp-servers

SirKanaad26/stateful-auth-for-mcp-servers
★ 1 stars Python 🔒 Security Updated today
Implementing stateful authorization in 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": {
    "stateful-auth-for-mc": {
      "command": "uvx",
      "args": [
        "stateful-auth-for-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install stateful-auth-for-mcp-servers