Onde Inference CLI for Cursor
io.github.ondeinference/onde-cli
Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.
client:Cursor
transport:stdio
runtime:npm
Install Onde Inference CLI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"onde-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ondeinference/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs