CopilotMCPServer

mehrshadshams
GitHub
Developer ToolsAgent OrchestrationCoding Agents

Loading subscription status...

💡 Description

A collection of MCP servers built on the FastMCP framework designed to handle various tasks such as customer interviews, E2E testing, and go-live processes, with seamless integration through GitHub Copilot.

📝 JSON Entries

{
  "mcpServers": [
    {
      "customer_mcp": {
        "env": {},
        "args": [],
        "command": "uv run main.py --mcp customer_mcp"
      }
    },
    {
      "hello": {
        "env": {},
        "args": [],
        "command": "uv run main.py --mcp hello"
      }
    },
    {
      "interview_mcp": {
        "env": {},
        "args": [],
        "command": "uv run main.py --mcp interview_mcp"
      }
    },
    {
      "go_live_mcp": {
        "env": {},
        "args": [],
        "command": "uv run main.py --mcp go_live_mcp"
      }
    },
    {
      "testing_e2e_mcp": {
        "env": {},
        "args": [],
        "command": "uv run main.py --mcp testing_e2e_mcp"
      }
    }
  ]
}

🛠️ Tools

uv package managerDockerGit

Features

  • Multiple MCP servers
  • Docker Compose integration
  • Python support

💬 Example Queries

  • Run the customer_mcp server
  • Execute the hello MCP server