MeshAI MCP Server
A standalone Model Context Protocol (MCP) server that enables Claude Code and other MCP-compatible tools to leverage MeshAI's multi-agent orchestration capabilities.
π Features
π€ Multi-Agent Workflows: 6 pre-configured workflows for code review, refactoring, debugging, documentation, and more
π§ Intelligent Agent Selection: Automatically selects appropriate AI agents based on task content
π§ Framework Agnostic: Works with agents built on LangChain, CrewAI, AutoGen, and other frameworks
π Docker Ready: Full Docker support with development and production configurations
π¦ Easy Installation: Available as PyPI package or Docker container
π Fallback Protocol: Works without official MCP package using built-in implementation
π Quick Start
Option 1: Docker with stdio (Claude Code)
Option 2: HTTP Server Mode
Option 3: PyPI Installation
Option 4: Development Setup
π§ Configuration
Environment Variables
Variable | Description | Default | Required |
| MeshAI API endpoint |
| Yes |
| API key for authentication | None | For stdio mode |
| Logging level |
| No |
π Authentication
For HTTP Mode:
API Key Required: Pass via
Authorization: Bearer YOUR_API_KEYheaderDevelopment Keys: Use
dev_prefix for testing (e.g.,dev_test123)Rate Limiting: 100 requests/hour for development, configurable for production
For stdio Mode:
Environment Variable: Set
MESHAI_API_KEYfor backend communicationNo HTTP Auth: Authentication handled by Claude Code
Claude Code Integration
stdio Transport (Recommended):
HTTP Transport (For hosted deployments):
Local pip Installation:
π οΈ Available Workflows
1. Code Review (mesh_code_review)
Comprehensive code review with security and best practices analysis.
Agents: code-reviewer, security-analyzer, best-practices-advisor
2. Refactor & Optimize (mesh_refactor_optimize)
Refactor code with performance optimization and test generation.
Agents: code-optimizer, performance-analyzer, test-generator
3. Debug & Fix (mesh_debug_fix)
Debug issues and generate tests for fixes.
Agents: debugger-expert, log-analyzer, test-generator
4. Document & Explain (mesh_document_explain)
Generate documentation and explanations with examples.
Agents: doc-writer, code-explainer, example-generator
5. Architecture Review (mesh_architecture_review)
Comprehensive architecture analysis and recommendations.
Agents: system-architect, performance-analyst, security-auditor
6. Feature Development (mesh_feature_development)
End-to-end feature development from design to testing.
Agents: product-designer, senior-developer, test-engineer, doc-writer
π HTTP API Usage
Starting HTTP Server
API Endpoints
Endpoint | Method | Description | Auth Required |
| GET | Health check | No |
| GET | List available tools | Yes |
| GET | List workflows | Yes |
| GET | List resources | Yes |
| POST | Execute MCP request | Yes |
| GET | Usage statistics | Yes |
| GET | API documentation | No |
Usage Examples
π Docker Deployment
Development Setup
Production Considerations
For production deployment:
Use proper API key management
Set up rate limiting and monitoring
Configure HTTPS/TLS termination
Implement proper logging and metrics
Consider using a reverse proxy (nginx, Traefik)
Set resource limits and scaling policies
π§ͺ Development
Setup Development Environment
Code Quality
Building Docker Images
π Documentation
π€ Contributing
We welcome contributions! Please see our Contributing Guide for details.
Development Workflow
Fork the repository
Create a feature branch
Make your changes
Add tests for new functionality
Run the test suite
Submit a pull request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Support
GitHub Issues: Report bugs or request features
Documentation: docs.meshai.dev
Discord: Join our community
πΊοΈ Roadmap
HTTP transport support for MCP
WebSocket transport for real-time communication
Custom workflow configuration via YAML
Plugin system for custom agents
Prometheus metrics integration
Official MCP package integration when available
Built with β€οΈ by the MeshAI Labs team.
This server cannot be installed
Related Resources
Related MCP Servers
- -security-license-qualityFacilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
- AsecurityFlicenseAqualityA Model Context Protocol server that enables Claude users to access specialized OpenAI agents (web search, file search, computer actions) and a multi-agent orchestrator through the MCP protocol.Last updated -410
- AsecurityAlicenseAqualityAn AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.Last updated -2314GPL 3.0
- AsecurityAlicenseAqualityConnects Blender to Claude AI through the Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, and manipulation through natural language commands.Last updated -17MIT License