Model Context Protocol

Extend MiraBridge with MCP servers for custom tool integrations

MiraBridge supports the Model Context Protocol (MCP) for extending the AI with custom tools and data sources.

What is MCP

MCP is an open protocol that lets AI assistants connect to external tools and data sources through a standardized interface. MiraBridge implements MCP client support, allowing you to register MCP servers that provide additional capabilities.

Registering an MCP Server

  1. Open MiraBridge settings
  2. Navigate to Integrations > MCP Servers
  3. Add your MCP server URL
  4. The server's tools and resources become available to the AI

Auto-Discovery

When enabled, MiraBridge can automatically discover MCP servers in your workspace based on configuration files.

Use Cases

  • Database access — let the AI query your development database
  • API integration — connect to internal APIs and services
  • Custom tools — extend the AI with project-specific operations
  • Documentation — provide the AI with access to internal docs

Next Steps