OpenLLM CLI (openllmc) — the extension runtime: unified MCP server + released binaries
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openllmc": {
"command": "npx",
"args": [
"-y",
"quantidexyz/openllmc"
]
}
}
}
Run in terminal:
claude mcp add openllmc npx -y quantidexyz/openllmc
Add to .cursor/mcp.json:
{
"mcpServers": {
"openllmc": {
"command": "npx",
"args": [
"-y",
"quantidexyz/openllmc"
]
}
}
}