Cutover MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cutover MCPlist my upcoming cutovers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cutover MCP (Model Context Protocol) 
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 uvRelated MCP server: Maverick MCP Server
Setup
Copy
.env.exampleto.envand fill in your Cutover API credentials.Install dependencies with uv:
uv syncRun the server using:
uv run python src/cutover_mcp/server.pyRun tests:
uv run pytest
Project Structure
src/cutover_mcp/- Main packageclients/- API clientresources/- Resource definitions (MCP endpoints)tools/- Tool logicserver.py- FastMCP server entrypointtests/- Tests
Notes
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.
Copy
mcp.json.exampleto.vscode/mcp.json(create the.vscode/directory if not already present)Change the
Users/YOUR-USER-NAME/...example path to be pointing at your working directory instead (this is for MacOSX)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:
Copy
claude_desktop_config.json.exampleto~/Library/Application Support/Claude/claude_desktop_config.jsonUpdate the configuration file as needed for your environment.
Restart Claude Desktop, you should now see
cutover-mcpwhen 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/repoThis 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gocutover/cutover-mcp-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server