Backed byYCombinator
Backed byYCombinator
Build Model-Agnostic Agents Powered by MCP.
Production-grade SDK with secure, multi-tenant auth.
from dedalus_labs import AsyncDedalus, DedalusRunner
client = AsyncDedalus()
runner = DedalusRunner(client)
response = await runner.run(
inputThe task for the runner to execute.="Ship a release",
modelRoute any model without rewrites.=["gpt-5.2", "claude-opus-4.5"],
mcp_serversConnect to hosted MCP services instantly.=["github", "brave-search"],
toolsAdd custom tools to the runner.=['search_files', 'find_image']
)Orchestrate agents with models + tools
Spin up hosted MCP servers, connect any model to any local or hosted tool, and deploy agents in one SDK.
Providers
Your Tools
Marketplace
MCP Servers
Go from ideaagent in minutes.
Go fromideaagent in minutes.
Start with $5 of free credits. 100k requests per month.
5 Lines. Every Workflow.
Discover, build, and deploy MCP-powered agents with ease.
from dedalus_labs import AsyncDedalus, DedalusRunnerfrom dotenv import load_dotenv client = AsyncDedalus()runner = DedalusRunner(client) response = await runner.run( input="Create a thread about AI trends", model=["anthropic/claude-sonnet-4", "openai/gpt-4o"], mcp_servers=["twitter-api", "brave-search"], tools=["search_files", "find_image"]) print(response.final_output)Finding and selecting tools from the marketplace
Setting up OAuth scopes and API credentials
Building container and deploying globally
Starting MCP servers and connecting tools
Simple, Powerful SDK
Instantly swap between models in one line of code.
Deploy in clicks
Set up your MCP servers in seconds.
Build once. Earn forever.
Publish MCP servers, earn when others use them.
Create your server
One command deploy
Devs discover & use
80% revenue share
Your secrets never leave your machine
The only platform where remote MCP servers can use your local credentials—without ever seeing them.
Secrets stay in your .env file and are injected at runtime—never transmitted to any remote server.
Monitor Usage
Everything in one dashboard.
Dedalus-powered TUI
Your model-agnostic, MCP-native copilot for any use case.