Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Phrases MCP Server
  • MCP Framework
  • Kali Linux MCP Server
  • MCP Unreal Server
  • Weekly Weather
Back to MCP Servers
CopilotMCP

CopilotMCP

Public
mehrshadshams/CopilotMCP

Multiple MCP servers built on the FastMCP framework enable streamlined management of customer interviews, end-to-end testing, and go-live processes with easy deployment via Python or Docker Compose and seamless integration in VSCode.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with CopilotMCP

MCP Server

Unlock the full potential of CopilotMCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Server Project

This project contains multiple MCP servers for handling various tasks such as customer interviews, E2E testing, and go-live processes. Each MCP server is implemented using the FastMCP framework.

Prerequisites

  • Python 3.11 or higher
  • uv package manager (used instead of pip)

Setup

  1. Clone the repository:

    git clone cd CopilotMCP
  2. Install dependencies using uv:

    uv install

Running the Project

To run a specific MCP server, use the following command:

uv run main.py --mcp

Replace `` with the name of the MCP server you want to run. Available options are:

  • hello
  • customer_mcp
  • interview_mcp
  • go_live_mcp
  • testing_e2e_mcp

Example

To run the customer_mcp server:

uv run main.py --mcp customer_mcp

This will start the customer_mcp server and make it accessible at:

http://127.0.0.1:8000/customer-mcp-server/mcp

Running with Docker Compose

You can use Docker Compose to run all MCP servers simultaneously. Each server will be exposed on a different port.

Steps to Run

  1. Build and start all services:

    docker-compose up --build
  2. Access the MCP servers at the following URLs:

    • hello-mcp: http://127.0.0.1:8000/hello-server/mcp
    • customer-mcp: http://127.0.0.1:8001/customer-mcp-server/mcp
    • interview-mcp: http://127.0.0.1:8002/interview-mcp-server/mcp
    • go-live-mcp: http://127.0.0.1:8003/go-live-mcp-server/mcp
    • testing-e2e-mcp: http://127.0.0.1:8004/testing-e2e-mcp-server/mcp
  3. Stop all services:

    docker-compose down

Notes

  • Ensure Docker and Docker Compose are installed on your system.
  • Each MCP server runs in its own container and is accessible on its respective port.

Configuring MCP Servers in VSCode

To configure MCP servers in VSCode, you can add entries to your settings.json file under the mcp.servers section. This allows you to define and manage MCP server endpoints for easy access.

Example Configuration

To configure the hello-mcp-server, add the following entry to your settings.json file:

"hello-mcp-server": { "url": "http://127.0.0.1:8000/hello-server/mcp/http", "type": "http" }

Then you can access hello server hello tool by executing: #hello in Copilot.

Steps to Add Configuration

  1. Open your VSCode settings.json file.
  2. Locate or create the mcp.servers section.
  3. Add the configuration for the desired MCP server, as shown in the example above.

Accessing the Server

Once configured, you can use the defined URL to interact with the MCP server. For example, the hello-mcp-server will be accessible at:

http://127.0.0.1:8000/hello-server/mcp/http

This setup ensures that you can easily manage and test MCP servers directly from VSCode.

Project Structure

  • main.py: Entry point for running MCP servers.
  • customer_mcp.py: Handles customer interview-related tasks.
  • interview_mcp.py: Manages customer interview steps.
  • go_live_mcp.py: Handles go-live processes.
  • testing_e2e_mcp.py: Manages E2E testing tasks.
  • hello.py: Example MCP server for testing.

Notes

  • Ensure that the uv package manager is installed and configured correctly.
  • Use the --mcp argument to specify which MCP server to run.
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Phrases MCP Server
    Phrases MCP Server

    Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...

    6 tools
    Added May 30, 2025
  • MCP Framework
    MCP Framework

    TypeScript framework for building Model Context Protocol servers with automatic tool, prompt, and re...

    Added May 30, 2025
  • Kali Linux MCP Server
    Kali Linux MCP Server

    A Kali Linux-based Model Context Protocol (MCP) server enabling execution of returnable commands for...

    5 tools
    Added May 30, 2025
  • MCP Unreal Server
    MCP Unreal Server

    Enables remote Python execution and real-time management of Unreal Engine instances via Model Contex...

    Added May 30, 2025
  • Weekly Weather
    Weekly Weather

    Provides 8-day global weather forecasts and current conditions with detailed hourly and daily data, ...

    Added May 30, 2025