Prior-auth-mcp-servers

ScriptedBro/Prior-auth-mcp-servers
★ 0 stars Python 🔒 Security Updated today
An MCP server.
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": {
    "prior-auth-mcp-serve": {
      "command": "uvx",
      "args": [
        "prior-auth-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install prior-auth-mcp-servers