Production-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"golf": {
"command": "uvx",
"args": [
"golf"
]
}
}
}
Run in terminal:
claude mcp add golf uvx golf
Add to .cursor/mcp.json:
{
"mcpServers": {
"golf": {
"command": "uvx",
"args": [
"golf"
]
}
}
}
Or install with pip: pip install golf