Cito MCP Server (Beta)

This is a Model Context Protocol (MCP) server for deploying projects to Cito servers.

Add to Your AI Tool

Run this command in your terminal:

claude mcp add --transport http Cito https://mcp.prostack.uk/mcp

On first use, Claude Code will open a browser for authentication.

Add this configuration to your Claude Desktop config file:

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "Cito": {
      "type": "http",
      "url": "https://mcp.prostack.uk/mcp"
    }
  }
}

Restart Claude Desktop after updating the config file.

Click the button below to add Cito to Cursor:

Add to Cursor

Or configure manually...

Config file: ~/.cursor/mcp.json
{
  "mcpServers": {
    "Cito": {
      "url": "https://mcp.prostack.uk/mcp"
    }
  }
}

ChatGPT supports MCP through Developer Mode (requires Plus, Team, or Enterprise):

  1. Go to Settings > Connectors > Advanced Settings
  2. Enable Developer Mode (beta)
  3. Create a new Browser connector
  4. Enter the MCP URL: https://mcp.prostack.uk/mcp
  5. Select OAuth for authentication
https://mcp.prostack.uk/mcp

Available Tools

Authentication & Servers

Sites

Databases

Files (Browsing)

Files (Management)

SSH

Logs

Deployment