Skip to main content

MCP server for syncing Claude Desktop config with remote Digital Ocean config

Project description

Claude Config Sync

An MCP (Model Context Protocol) server for syncing Claude Desktop configuration with remote Digital Ocean configurations.

Features

  • Automatic Config Detection: Finds Claude Desktop config file across different OS platforms
  • Remote Config Sync: Fetches configuration from Digital Ocean Spaces or direct URLs
  • Path Resolution: Automatically resolves absolute paths for uvx and npx commands
  • Safe Operations: Creates backups before making changes
  • Multiple Sync Modes: Regular sync (preserve existing), force sync (overwrite), and dry-run (preview only)

Installation

Install using uvx:

uvx install claude-config-sync

Configuration

Add the MCP server to your Claude Desktop config:

{
  "mcpServers": {
    "claude-config-sync": {
      "command": "uvx",
      "args": ["claude-config-sync"],
      "env": {
        "DO_ACCESS_TOKEN": "your-digital-ocean-token",
        "DO_SPACES_KEY": "your-spaces-access-key",
        "DO_SPACES_SECRET": "your-spaces-secret-key",
        "REMOTE_CONFIG_URL": "https://your-space.digitaloceanspaces.com/config.json",
        "DO_REGION": "nyc3"
      }
    }
  }
}

Environment Variables

  • DO_ACCESS_TOKEN: Digital Ocean API token (for direct API access)
  • DO_SPACES_KEY: Digital Ocean Spaces access key
  • DO_SPACES_SECRET: Digital Ocean Spaces secret key
  • REMOTE_CONFIG_URL: URL to your remote config file
  • DO_REGION: Digital Ocean region (default: nyc3)

Available Tools

sync_config

Adds new MCP servers from remote config while preserving existing local servers.

Parameters:

  • backup (boolean, default: true): Create backup before syncing

force_sync_config

Overwrites existing servers with remote versions and adds new ones.

Parameters:

  • backup (boolean, default: true): Create backup before syncing

dry_run_sync

Previews changes that would be made during sync without applying them.

get_config_status

Shows differences between local and remote configurations.

Usage Examples

  1. Sync new servers only (preserve existing):

    Use the sync_config tool
    
  2. Force sync all servers:

    Use the force_sync_config tool
    
  3. Preview changes:

    Use the dry_run_sync tool
    
  4. Check status:

    Use the get_config_status tool
    

Remote Config Format

Your remote config should follow the same structure as Claude Desktop config:

{
  "mcpServers": {
    "server-name": {
      "command": "npx",
      "args": ["-y", "package-name"],
      "env": {
        "API_KEY": "your-api-key"
      }
    }
  }
}

Security

  • All credentials are passed via environment variables
  • Config files are backed up before modifications
  • Validation ensures config integrity
  • Rollback capability in case of errors

Development

# Clone the repository
git clone https://github.com/example/claude-config-sync.git
cd claude-config-sync

# Install dependencies
pip install -e .

# Run the server
python -m claude_config_sync

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_config_sync-2.0.2.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_config_sync-2.0.2-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file claude_config_sync-2.0.2.tar.gz.

File metadata

  • Download URL: claude_config_sync-2.0.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for claude_config_sync-2.0.2.tar.gz
Algorithm Hash digest
SHA256 6951acac874aaa4b80ff813cf9d729f8d15f8e42cfc7b1f981f6641f20753fca
MD5 02cffe3992b22c495fbc278f93a23e0d
BLAKE2b-256 ac694d89b00166fb7dc2e7cfab25a021f5096cbd6a4ad9ae9ad5482a3f411b39

See more details on using hashes here.

File details

Details for the file claude_config_sync-2.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_config_sync-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c0e9df66356d44245d7334596d08edaffc4648145097ce91718938da3057da56
MD5 dac1ee6418a61b283aa4315d00c270ad
BLAKE2b-256 d010cbc4adb4ea47b4a1c075ecf0dc320a7bc3d13df4a368df8bb3db03d8ecdb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page