orita provider resolution for Cursor
io.github.alkilo-do/orita-provider-resolution
Provider resolution for AI apps — search, rank, hold, confirm bookings across your provider network.
client:Cursor
transport:stdio
runtime:pypi
Install orita provider resolution in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"orita-provider-resolution": {
"type": "stdio",
"command": "uvx",
"args": [
"orita-mcp"
],
"env": {
"ORITA_API_KEY": "<ORITA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs