/ Annuaire / Playground / Altimate Code
● Communauté AltimateAI ⚡ Instantané

Altimate Code

par AltimateAI · AltimateAI/altimate-code

Open-source agentic data engineering harness for dbt, SQL, 10 warehouses — 100+ tools.

Open-source agentic data engineering harness for dbt, SQL, 10 warehouses — 100+ tools.

Démo en direct

Aperçu en pratique

altimate-code-mcp.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "altimate-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altimate-code-mcp"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "altimate-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altimate-code-mcp"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "altimate-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altimate-code-mcp"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "altimate-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "altimate-code-mcp"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "altimate-code-mcp",
      "command": "npx",
      "args": [
        "-y",
        "altimate-code-mcp"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "altimate-code-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "altimate-code-mcp"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add altimate-code-mcp -- npx -y altimate-code-mcp

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Altimate Code

Get started with Altimate Code

Quand l'utiliser : When you want to bring Altimate Code into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Altimate Code to help me with a task.✓ Copié

Résultat : Claude can interact with Altimate Code directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills