{"id":29113968,"url":"https://github.com/theapemachine/mcp-server-multi-tools","last_synced_at":"2026-01-12T14:50:44.648Z","repository":{"id":277867421,"uuid":"933770463","full_name":"TheApeMachine/mcp-server-multi-tools","owner":"TheApeMachine","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-10T23:12:37.000Z","size":5839,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T23:20:42.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheApeMachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-16T16:50:13.000Z","updated_at":"2025-06-10T23:12:41.000Z","dependencies_parsed_at":"2025-03-08T19:27:42.463Z","dependency_job_id":"28fd8055-9035-4762-830a-4b30adf44da7","html_url":"https://github.com/TheApeMachine/mcp-server-multi-tools","commit_stats":null,"previous_names":["theapemachine/mcp-server-devops-bridge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheApeMachine/mcp-server-multi-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheApeMachine%2Fmcp-server-multi-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheApeMachine%2Fmcp-server-multi-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheApeMachine%2Fmcp-server-multi-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheApeMachine%2Fmcp-server-multi-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheApeMachine","download_url":"https://codeload.github.com/TheApeMachine/mcp-server-multi-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheApeMachine%2Fmcp-server-multi-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581392,"owners_count":23331914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-29T11:05:58.661Z","updated_at":"2026-01-12T14:50:44.629Z","avatar_url":"https://github.com/TheApeMachine.png","language":"Go","funding_links":[],"categories":["Developer Tools"],"sub_categories":[],"readme":"# 🚀 MCP Server Multi Tools 🌉\n\n\u003e [!NOTE]\n\u003e **Model Context Protocol (MCP) Bridge** - A powerful service that connects AI agents with DevOps and communication tools through a standardized interface.\n\nWelcome to the **MCP Server Multi Tools**! This service acts as a seamless integration layer, enabling AI agents and systems to interact with services like **Azure DevOps**, **Slack**, **GitHub**, and even **other agents (with their own tools)** using a simple, unified protocol.\n\n---\n\n## 🛠️ Available Tools \u0026 Providers\n\n### 📊 **DevOps \u0026 Project Management**\n\nA comprehensive suite for total project management:\n\n- **📝 Work Items**: Create, read, update, search, and comment\n- **🏃‍♂️ Sprints**: Manage sprints, view contents, and track progress  \n- **🔍 WIQL**: Execute custom Work Item Query Language statements\n- **🔗 Enrichment**: Augment work items with GitHub, Slack, and Sentry context\n- **📁 Git Content**: Fetch file content from associated repositories\n\n### 🐙 GitHub Integration\n\n- Seamless version control and pull request workflows\n- Repository content access and management\n\n### 💬 **Communication**\n\n- Real-time notifications and messaging\n- Channel posting for agent communication\n- Team collaboration enhancement\n\n### 🤖 **Advanced Agent System**\n\n\u003e [!IMPORTANT]\n\u003e **Agents-in-Agents**: Revolutionary nested agent architecture\n\n**Your AI agent can create and manage other agents**, each with:\n\n- 🐋 **Docker container** with full Debian Linux system\n- 🌐 **Web browser** capabilities  \n- 🔄 **Iterative work** processes\n- 💬 **Inter-agent communication**\n\n---\n\n## 🚀 Quick Start Guide\n\n### 📋 Prerequisites\n\n\u003e [!WARNING]\n\u003e Ensure you have the following before proceeding:\n\n- ✅ [Go](https://go.dev/doc/install) (latest version)\n- 🔑 Service credentials (Azure DevOps, Slack tokens, etc.)\n- 🐳 Docker Desktop (for agents-in-agents feature)\n\n### Step 1️⃣: **Clone \u0026 Build**\n\n```bash\n# Clone the repository\ngit clone https://github.com/theapemachine/mcp-server-multi-tools.git\ncd mcp-server-devops-bridge\n\n# Build the server\ngo build -o mcp-server-multi-tools .\n```\n\n### Step 2️⃣: **Environment Setup**\n\n```bash\n# Copy and configure environment variables\ncp start.sh.example start.sh\nvim start.sh  # Add your credentials\n```\n\n\u003e [!TIP]\n\u003e The server is configured entirely through environment variables for maximum flexibility.\n\n### Step 3️⃣: **MCP Client Configuration**\n\nAdd to your Claude Desktop configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"multi-tools\": {\n      \"command\": \"/path/to/mcp-server-multi-tools/start.sh\",\n      \"args\": []\n    }\n  }\n}\n```\n\n---\n\n## 🎬 **See It In Action**\n\n\u003e [!NOTE]\n\u003e **Real AI Development Workflow** - Watch Claude Sonnet 4 leverage the bridge to understand requirements, manage tasks, and write code.\n\n![AI Agent Development Example](./agents.png)\n\n*The agent uses MCP tools to orchestrate complex development workflows through a single, unified interface.*\n\nFor a complete history of testing, including the upgraded communication system and the headless browser tool, see [agents-full.pdf](./agents-full.pdf).\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Here's how to get involved:\n\n### 🔄 **Contribution Workflow**\n\n1. **🍴 Fork** the repository\n2. **🌿 Branch** your feature (`git checkout -b feature/AmazingFeature`)  \n3. **💾 Commit** your changes (`git commit -m 'Add AmazingFeature'`)\n4. **🚀 Push** to branch (`git push origin feature/AmazingFeature`)\n5. **📬 Open** a Pull Request\n\n### 💡 **What We're Looking For**\n\n- 🔧 New tool integrations\n- 📚 Documentation improvements  \n- 🐛 Bug fixes and optimizations\n- 🎨 UI/UX enhancements\n\n---\n\n## 📜 License\n\n**MIT License** - See [LICENSE](LICENSE) for details\n\n---\n\n*Built with 🤷 for the developer community*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapemachine%2Fmcp-server-multi-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapemachine%2Fmcp-server-multi-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapemachine%2Fmcp-server-multi-tools/lists"}