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
- Open MiraBridge settings or the MCP toolbar button in the VS Code chat panel
- Install a built-in server such as
filesystem,git,memory, orcontext7 - For custom servers, provide
serverId,command,args, andenv - 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.
Starter Configs
Starter custom-server payloads live in examples/mcp/:
examples/mcp/filesystem.jsonexamples/mcp/git.jsonexamples/mcp/memory.jsonexamples/mcp/context7.jsonexamples/mcp/github.json
These examples match the custom MCP server payload shape MiraBridge expects.
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
- Workspace Rules â configure AI behavior
- Tools & Commands â built-in tools reference