The Latitude.sh MCP server enables AI agents to access the Latitude.sh API through natural language. Manage your bare metal infrastructure directly from chat-based IDEs.Documentation Index
Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
MCP server repository
What you can do
- 🔎 List and inspect servers, projects, and SSH keys
- ⚙️ Create or delete bare-metal instances
- 📡 Manage networking and automation
Prerequisites
Before installing the MCP server, you’ll need an API key from your dashboard.Installation
Claude Desktop
The easiest way to get started is using the DXT installer:- Download
mcp-server.dxtfrom the GitHub releases - Drag and drop the file onto Claude Desktop
- The server will be automatically configured
claude_desktop_config.json:
Claude Code CLI
Cursor
- Open Settings → Tools and Integrations → New MCP Server
- Paste the following configuration:
VS Code (Copilot)
- Open Command Palette and run “MCP: Open User Configuration”
- Add the server configuration:
- Restart VS Code and enable Agent mode in Copilot Chat
Be explicit in your prompts (e.g., “List my servers from Latitude.sh”) to
avoid local file searches.
Windsurf
- Go to Settings → Cascade → Manage MCPs → View raw config
- Add the server configuration:
Standalone CLI
Run the MCP server directly from the command line:--server-index <0|1>— API endpoint selection--latitude-api-key <key>— URL templating--log-level <level>— Logging verbosity (debug|warning|info|error)