# Cutover Mcp Public

> Public version of Cutover MCP

- **Type:** MCP server
- **Install:** `agentstack add mcp-gocutover-cutover-mcp-public`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gocutover](https://agentstack.voostack.com/s/gocutover)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gocutover](https://github.com/gocutover)
- **Source:** https://github.com/gocutover/cutover-mcp-public
- **Website:** https://cutover.com

## Install

```sh
agentstack add mcp-gocutover-cutover-mcp-public
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Cutover MCP (Model Context Protocol) [](LICENSE)

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:

```bash
brew install uv
```

## Setup

1. Copy `.env.example` to `.env` and fill in your Cutover API credentials.
2. Install dependencies with uv:
   ```sh
   uv sync
   ```
3. Run the server using:
   ```sh
   uv run python src/cutover_mcp/server.py
   ```
4. Run tests:
   ```sh
   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](https://github.com/astral-sh/uv) and [hatchling](https://hatch.pypa.io/).

## 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](https://www.anthropic.com/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:

```sh
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:

```json
{
  "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.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gocutover](https://github.com/gocutover)
- **Source:** [gocutover/cutover-mcp-public](https://github.com/gocutover/cutover-mcp-public)
- **License:** MIT
- **Homepage:** https://cutover.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-gocutover-cutover-mcp-public
- Seller: https://agentstack.voostack.com/s/gocutover
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
