/ Каталог / Песочница / Claude Agent SDK for Elixir
● Сообщество guess ⚡ Сразу

Claude Agent SDK for Elixir

автор guess · guess/claude_code

Build AI agents with Claude Code from Elixir — distributed harness for CLI processes.

Build AI agents with Claude Code from Elixir — distributed harness for CLI processes.

Живое демо

Как выглядит на практике

claude-code-sdk-elixir.replay ▶ готово
0/0

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

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

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

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

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не map.

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

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add claude-code-sdk-elixir -- npx -y claude-code-sdk-elixir

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Claude Agent SDK for Elixir

Get started with Claude Agent SDK for Elixir

Когда использовать: When you want to bring Claude Agent SDK for Elixir into your Claude workflow.

Поток
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude Agent SDK for Elixir to help me with a task.✓ Скопировано

Итог: Claude can interact with Claude Agent SDK for Elixir directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills