LLM CLI Gateway for Cursor
io.github.verivus-oss/llm-cli-gateway
One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.
client:Cursor
transport:stdio
runtime:npm
Install LLM CLI Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llm-cli-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"llm-cli-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs