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": {
"cli": {
"command": "npx",
"args": [
"-y",
"openllmsh/cli"
]
}
}
}
Run in terminal:
claude mcp add cli npx -y openllmsh/cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"openllmsh/cli"
]
}
}
}