★ 84 stars
Rust
🗄️ Database
Updated 1mo ago
Universal API calling CLI for URL-first discovery and invocation across OpenAPI, gRPC, GraphQL, MCP, and JSON-RPC.
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": {
"uxc": {
"command": "cargo",
"args": [
"run",
"--",
"uxc"
]
}
}
}
Run in terminal:
claude mcp add uxc cargo run -- uxc
Add to .cursor/mcp.json:
{
"mcpServers": {
"uxc": {
"command": "cargo",
"args": [
"run",
"--",
"uxc"
]
}
}
}
Topics
agent-toolsai-agentsapiclideveloper-toolsgraphqlgrpcjson-rpcmcpmodel-context-protocolopenapischema-driven