embacle-mcp-0.8.0 is not a library.
Visit the last successful build:
embacle-mcp-0.14.3
embacle-mcp
MCP server binary that exposes embacle LLM runners via the Model Context Protocol. Any MCP-compatible client (Claude Desktop, editors, custom agents) can connect to use all embacle providers.
Install
Usage
# Stdio transport (default — for editor/client integration)
# HTTP transport (for network-accessible deployments)
Tools
| Tool | Description |
|---|---|
get_provider |
Get active LLM provider and list available providers |
set_provider |
Switch the active provider (claude_code, copilot, cursor_agent, opencode, gemini_cli, codex_cli, goose_cli, cline_cli, continue_cli) |
get_model |
Get current model and list available models for the active provider |
set_model |
Set the model for subsequent requests (pass null to reset to default) |
get_multiplex_provider |
Get providers configured for multiplex dispatch |
set_multiplex_provider |
Configure providers for fan-out mode |
prompt |
Send chat messages to the active provider, or multiplex to all configured providers |
Client Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
Requirements
At least one supported CLI tool must be installed and authenticated:
claude(Claude Code)copilot(GitHub Copilot)cursor-agent(Cursor Agent)opencode(OpenCode)gemini(Gemini CLI)codex(Codex CLI)goose(Goose CLI)cline(Cline CLI)cn(Continue CLI)
License
Apache-2.0 — see LICENSE-APACHE.
Full project documentation: github.com/dravr-ai/dravr-embacle