Cutover MCP

Cutover MCP

An MCP server for interacting with the Cutover API, enabling management of cutover events and related operations through natural language.

Category
Visit Server

README

Cutover MCP (Model Context Protocol) License: MIT

An MCP server for interacting with the Cutover API, powered by FastMCP.

Installation

To set up the project, ensure you have the required dependencies installed. For macOS users, you can install uv using Homebrew:

brew install uv

Setup

  1. Copy .env.example to .env and fill in your Cutover API credentials.
  2. Install dependencies with uv:
    uv sync
    
  3. Run the server using:
    uv run python src/cutover_mcp/server.py
    
  4. Run tests:
    uv run pytest
    

Project Structure

  • src/cutover_mcp/ - Main package
  • clients/ - API client
  • resources/ - Resource definitions (MCP endpoints)
  • tools/ - Tool logic
  • server.py - FastMCP server entrypoint
  • tests/ - Tests

Notes

  • Dependency and environment management is handled by uv and hatchling.

MCP Server Configuration Example

Run in VSCode Github Copilot

If you want to use VS Code with Github Copilot as a way to use to call out to this MCP server you can use mcp.json.example.

  1. Copy mcp.json.example to .vscode/mcp.json (create the .vscode/ directory if not already present)
  2. Change the Users/YOUR-USER-NAME/... example path to be pointing at your working directory instead (this is for MacOSX)
  3. Restart VS Code for the changes to take effect, you should be able to see the MCP server and all the defined tools from the little hammer icon inside the Github Copilot chat.

Run in Claude Desktop

If you prefer to use a standalone LLM, you can set up Claude Desktop:

  1. Download and install Claude Desktop.
  2. Copy claude_desktop_config.json.example to ~/Library/Application Support/Claude/claude_desktop_config.json
  3. Update the configuration file as needed for your environment.
  4. Restart Claude Desktop, you should now see cutover-mcp when clicking on the settings cog in the chat window.

This will allow Claude Desktop to connect to your MCP server.

Docker Usage

To build and run the Docker container, specify the repository root as the build context. For example:

docker build -t cutover-mcp /path/to/your/repo

This ensures all necessary files are included in the image.

Example: Using Docker in MCP Server Configuration

You can configure your MCP server to use the Docker container as follows:

{
  "mcpServers": {
    "cutover-mcp-2": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "cutover-mcp"
      ]
    }
  }
}

To use Docker in the example configuration files (mcp.json.example and claude_desktop_config.json.example), replace the existing commands with the Docker-based commands shown in the "Docker Usage" section above.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured