Production-ready MCP (Model Context Protocol) server template for OpenAI-compatible backends. Build AI agent tools with multi-provider routing, failover, and observability.
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": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"XidaoApi/mcp-server-template"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-template npx -y XidaoApi/mcp-server-template
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"XidaoApi/mcp-server-template"
]
}
}
}
📋 Copy