Dummy MCP Server (Contabo + Hetzner) MCP Server

$git clone https://github.com/MRUK31/mcp-server && cd mcp-server && pip install -r requirements.txt
README.md

A demonstration MCP server that simulates server management actions.

A demonstration MCP server that simulates server management actions for Contabo and Hetzner using FastAPI. It provides a mock environment for testing request routing and provider-based service modules without requiring live API credentials.

Configuration

claude_desktop_config.json
{"mcpServers":{"mcp-server":{"command":"uvicorn","args":["main:app","--host","0.0.0.0","--port","8000"],"env":{}}}}

Try it

Simulate creating a new virtual private server on Contabo.
List all the mock servers currently running on my Hetzner account.
Test the request routing for a server reboot action on the mock provider.
Show me the simulated status of my cloud infrastructure.

Frequently Asked Questions

How do I install Dummy MCP Server (Contabo + Hetzner)?

Install Dummy MCP Server (Contabo + Hetzner) by running: git clone https://github.com/MRUK31/mcp-server && cd mcp-server && pip install -r requirements.txt

What MCP clients work with Dummy MCP Server (Contabo + Hetzner)?

Dummy MCP Server (Contabo + Hetzner) works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Dummy MCP Server (Contabo + Hetzner) with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free