Connectors (MCP)
What are MCP Servers?
MCP (Model Context Protocol) servers are external tool providers that give agents capabilities like web browsing, email access, or database queries. Mycelos uses MCP as the standard protocol for all external integrations — no vendor lock-in.
Adding a Connector
Use the slash command in chat or the Connectors page:
/connector add duckduckgo npx @anthropic/duckduckgo-mcp
/connector add github npx @anthropic/github-mcp --secret GITHUB_TOKEN
Built-in Connectors
- DuckDuckGo — web search
- HTTP — fetch URLs and APIs
- Filesystem — read/write files in sandboxed directories
- Git — repository operations
MCP Registry
Search for community-published MCP servers:
/connector search email
/connector search database postgres