A protocol-complete Model Context Protocol server (Tools + Resources + Prompts) for a studio endpoint fleet - talk to your fleet from Claude. No API key. 100% synthetic data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"endpoint-ops-mcp-ser": {
"command": "uvx",
"args": [
"endpoint-ops-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add endpoint-ops-mcp-ser uvx endpoint-ops-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"endpoint-ops-mcp-ser": {
"command": "uvx",
"args": [
"endpoint-ops-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install endpoint-ops-mcp-server