Code-mode-first MCP gateway for the Dedalus Marketplace.
Two tools:
thoughtbox_search— Query the Dedalus Marketplace catalog. Returns available servers and their tool counts.thoughtbox_execute— Call a Marketplace tool by upstream ID and tool name. Routes through Dedalus chat completions withmcp_servers.
Workflow: search to discover available tools, then execute to call them.
export DEDALUS_API_KEY="your-key"uv run src/main.pyServer starts on http://127.0.0.1:8080/mcp.
Point the Dedalus dashboard at this repo. It handles the rest.