mcp-server-devops-bridge

command module
v0.0.0-...-9c0f5be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2025 License: MIT Imports: 5 Imported by: 0

README ΒΆ

πŸš€ MCP Server Multi Tools πŸŒ‰

[!NOTE] Model Context Protocol (MCP) Bridge - A powerful service that connects AI agents with DevOps and communication tools through a standardized interface.

Welcome 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.


πŸ› οΈ Available Tools & Providers

πŸ“Š DevOps & Project Management

A comprehensive suite for total project management:

  • πŸ“ Work Items: Create, read, update, search, and comment
  • πŸƒβ€β™‚οΈ Sprints: Manage sprints, view contents, and track progress
  • πŸ” WIQL: Execute custom Work Item Query Language statements
  • πŸ”— Enrichment: Augment work items with GitHub, Slack, and Sentry context
  • πŸ“ Git Content: Fetch file content from associated repositories
πŸ™ GitHub Integration
  • Seamless version control and pull request workflows
  • Repository content access and management
πŸ’¬ Communication
  • Real-time notifications and messaging
  • Channel posting for agent communication
  • Team collaboration enhancement
πŸ€– Advanced Agent System

[!IMPORTANT] Agents-in-Agents: Revolutionary nested agent architecture

Your AI agent can create and manage other agents, each with:

  • πŸ‹ Docker container with full Debian Linux system
  • 🌐 Web browser capabilities
  • πŸ”„ Iterative work processes
  • πŸ’¬ Inter-agent communication

πŸš€ Quick Start Guide

πŸ“‹ Prerequisites

[!WARNING] Ensure you have the following before proceeding:

  • βœ… Go (latest version)
  • πŸ”‘ Service credentials (Azure DevOps, Slack tokens, etc.)
  • 🐳 Docker Desktop (for agents-in-agents feature)
Step 1️⃣: Clone & Build
# Clone the repository
git clone https://github.com/theapemachine/mcp-server-multi-tools.git
cd mcp-server-devops-bridge

# Build the server
go build -o mcp-server-multi-tools .
Step 2️⃣: Environment Setup
# Copy and configure environment variables
cp start.sh.example start.sh
vim start.sh  # Add your credentials

[!TIP] The server is configured entirely through environment variables for maximum flexibility.

Step 3️⃣: MCP Client Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "multi-tools": {
      "command": "/path/to/mcp-server-multi-tools/start.sh",
      "args": []
    }
  }
}

🎬 See It In Action

[!NOTE] Real AI Development Workflow - Watch Claude Sonnet 4 leverage the bridge to understand requirements, manage tasks, and write code.

AI Agent Development Example

The agent uses MCP tools to orchestrate complex development workflows through a single, unified interface.

For a complete history of testing, including the upgraded communication system and the headless browser tool, see agents-full.pdf.


🀝 Contributing

We welcome contributions! Here's how to get involved:

πŸ”„ Contribution Workflow
  1. 🍴 Fork the repository
  2. 🌿 Branch your feature (git checkout -b feature/AmazingFeature)
  3. πŸ’Ύ Commit your changes (git commit -m 'Add AmazingFeature')
  4. πŸš€ Push to branch (git push origin feature/AmazingFeature)
  5. πŸ“¬ Open a Pull Request
πŸ’‘ What We're Looking For
  • πŸ”§ New tool integrations
  • πŸ“š Documentation improvements
  • πŸ› Bug fixes and optimizations
  • 🎨 UI/UX enhancements

πŸ“œ License

MIT License - See LICENSE for details


Built with 🀷 for the developer community

Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis
pkg
config
Package config provides centralized configuration management for the MCP Server MultiTool.
Package config provides centralized configuration management for the MCP Server MultiTool.
tools
Package tools provides interfaces and implementations for MCP tools
Package tools provides interfaces and implementations for MCP tools

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL