- Secure: Credentials handled correctly and securely.
- Modular: Tools that compose, instead of locked to one server.
- Spec-faithful: Every behavior traceable.
What is MCP?
Model Context Protocol (MCP) is a standard for AI agents to interact with external services. Instead of hardcoding integrations, you expose tools (functions), resources (data), and prompts (templates) that any MCP-compatible client—Claude, GPT, Cursor—can discover and use. Think of it as a universal API for agent capabilities: you define what’s available, the model decides when to use it.Why Dedalus
Security by Default
Other frameworks leave authentication as an exercise for the server builder. We built DAuth:- Zero-trust: Dedalus never sees raw API keys or access tokens.
- Hardware enclave: Credentials are validated momentarily, then zeroed from memory.
- Host-blind: Credentials are encrypted client-side before leaving your device.
- Intent-based: Define access intents (e.g.,
slack_read) to prevent permission hijacking.