llm-use/llm-use
LLM orchestration toolkit for agent workflows: planner + workers + synthesis, optional router (LLM + learned fallback), supports OpenAI/Anthropic/Ollama/llama.cpp, real scraping with caching, MCP server integration, and a TUI chat UI.
Platform-specific configuration:
{
"mcpServers": {
"llm-use": {
"command": "npx",
"args": [
"-y",
"llm-use"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...