orita provider resolution for Grok
io.github.alkilo-do/orita-provider-resolution
Provider resolution for AI apps — search, rank, hold, confirm bookings across your provider network.
client:Grok
transport:stdio
runtime:pypi
Install orita provider resolution in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"orita-provider-resolution": {
"type": "stdio",
"command": "uvx",
"args": [
"orita-mcp"
],
"env": {
"ORITA_API_KEY": "<ORITA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs