MCP server for the RudeAuth Management API: operate your licensing from an AI agent, safely and tenant-scoped.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rudeauth-mcp": {
"command": "go",
"args": [
"run",
"github.com/Rudevin17/rudeauth-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add rudeauth-mcp go run github.com/Rudevin17/rudeauth-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"rudeauth-mcp": {
"command": "go",
"args": [
"run",
"github.com/Rudevin17/rudeauth-mcp@latest"
]
}
}
}