MCP Server
Maestro provides a hosted MCP (Model Context Protocol) server that allows AI applications to search and retrieve information from the Maestro documentation.Overview
The MCP server exposes aSearchMaestro tool that enables AI assistants to find relevant documentation, code examples, API references, and guides from the Maestro knowledge base.
MCP Server URL:
Available Tools
SearchMaestro
Search across the Maestro knowledge base to find relevant information. Use this tool when you need to:- Answer questions about Maestro features and functionality
- Find specific documentation pages
- Understand how features work
- Locate implementation details and code examples
- Contextual content with titles
- Direct links to documentation pages
Connecting AI Applications
Claude Desktop
Add the MCP server to your Claude Desktop configuration (claude_desktop_config.json):
Claude Code
Add to your Claude Code MCP settings:Other MCP-Compatible Applications
Any application that supports the Model Context Protocol can connect using the server URL:Example Queries
Once connected, your AI assistant can use theSearchMaestro tool to answer questions like:
- “How do I set up Auto Run in Maestro?”
- “What keyboard shortcuts are available?”
- “How does Group Chat work?”
- “How do I configure git worktrees?”
- “What AI agents does Maestro support?”
Technical Details
- Protocol: Model Context Protocol (MCP)
- Transport: HTTP/HTTPS
- Authentication: None required (public read-only access)
- Rate Limits: Standard API rate limits apply