mcp-ecosystem-platform
🚀 Ultimate Developer Productivity Suite - 11 specialized MCP servers for AI-powered code analysis, security scanning, browser automation, and workflow orchestration. FastAPI + React + TypeScript + Docker ready.
claude mcp add --transport stdio turtir-ai-mcp-ecosystem-platform python start-dev.py \ --env ENV="Optional: set environment variables in .env or here (API keys, etc.)"
How to use
The MCP Ecosystem Platform aggregates 11 specialized MCP servers into a unified development and automation platform. It provides AI-powered code analysis, security scanning, browser automation, and intelligent workflow orchestration, all accessible through a single startup script. To begin, clone the repository and run the one-command startup script, which installs dependencies, validates prerequisites, and boots all services in the proper order. Once running, you can interact with the frontend for orchestration and use the backend API to manage MCP pipelines, monitor health, and inspect status across the entire MCP stack. The platform is designed to chain MCP servers to execute complex tasks, enabling real-time code intelligence, security monitoring, and automated browser-driven research as part of your development workflow.
The available tools cover: AI-driven code processing via groq-llm and openrouter-llm, browser automation with browser-automation and real-browser, security components like api-key-sniffer and network-analysis, as well as enhanced filesystem and git capabilities through enhanced-filesystem and enhanced-git. The Simple-warp/terminal server provides automation and commands within a unified dashboard, while kiro-tools ties together core operations across the stack. You can compose workflows by linking these servers so one task flows through analysis, security checks, data gathering, and automated actions.
How to install
Prerequisites:
- Python 3.11+ (and virtual environments support)
- Git
- Optional: Node.js for frontend development (not required to run the MCP server core)
Installation steps:
-
Clone the repository: git clone https://github.com/turtir-ai/mcp-ecosystem-platform.git cd mcp-ecosystem-platform
-
Optional: Create and activate a Python virtual environment: python -m venv venv
Windows
venv\Scripts\activate
Linux/Mac
source venv/bin/activate
-
Install backend dependencies (if using the provided one-command startup):
From project root
python -m pip install -r requirements.txt
-
Prepare environment (optional but recommended):
- Copy environment template if present and customize API keys and secrets: cp .env.example .env
- Edit .env with your credentials and configuration
-
Run the one-command startup script to boot all MCP services: python start-dev.py
-
Access the platform:
- Frontend: http://localhost:3000
- Backend API: http://localhost:8001
- MCP Manager: http://localhost:8009
Notes:
- If you prefer manual startup, you can start the backend with uvicorn, the frontend separately, and the MCP Manager via its own entrypoint, but the one-command script is recommended for correctness and dependency handling.
Additional notes
Tips and common issues:
- Ensure your environment variables (.env) or the ENV block are properly set for API keys and external services.
- The platform runs multiple services; ensure your system has sufficient resources (CPU, memory) to avoid startup failures.
- If the UI cannot connect to the backend, verify that the backend API is listening on port 8001 and that there are no firewall or proxy blocks.
- When upgrading dependencies, re-run the startup script to re-install and reconfigure as needed.
- The 11 MCP servers are designed to be composed into workflows; use the Unified Control Interface to visualize and orchestrate complex tasks across servers.
- For debugging, consult the health endpoints (e.g., /health) and MCP status endpoint to confirm all components are healthy.
Related MCP Servers
cursor-talk-to-figma
TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
ai-dev-tools-zoomcamp
AI Dev Tools Zoomcamp is a free course that helps you use AI tools to write better code, faster. We're starting the first cohort of this course on November 18, 2025! Sign up here to join us 👇🏼
mcpcan
MCPCAN is a centralized management platform for MCP services. It deploys each MCP service using a container deployment method. The platform supports container monitoring and MCP service token verification, solving security risks and enabling rapid deployment of MCP services. It uses SSE, STDIO, and STREAMABLEHTTP access protocols to deploy MCP。
automagik-genie
🧞 Automagik Genie – bootstrap, update, and roll back AI agent workspaces with a single CLI + MCP toolkit.
rigour
Local-first quality gate + fix-loop controller for AI coding agents (CLI + MCP).
mcp-selenium-grid
[pre-release, testing usage] A Model Context Protocol (MCP) server that enables AI Agents to request and manage Selenium browser instances through a secure API. Perfect for your automated browser testing needs! 🚀 [In development: creating usage examples and in-cluster setup]