Skip to main content
Glama

Agentic Workbench

MCP-basierter Tool-Orchestrator mit hierarchischer Navigation.

Konzept

┌─────────────┐      1 Tool        ┌──────────────────┐     100+ Tools    ┌─────────────┐
│ Claude Code │  ◄──────────────►  │ Agentic Workbench│  ◄──────────────► │ MCP Servers │
└─────────────┘   (nur Ergebnis)   └──────────────────┘    (intern)       └─────────────┘

Problem: Claude Code lädt alle Tool-Definitionen in den Context (~50.000 Tokens bei 100+ Tools).

Lösung: Agentic Workbench:

  • Claude sieht nur 1 Tool: execute_task

  • Hierarchische Navigation mit günstigem LLM (Cerebras/Gemini)

  • Nur Ergebnisse werden zurückgegeben

Installation

# Mit uv (empfohlen)
uv pip install -e .

# Oder mit pip
pip install -e .

Verwendung

Als MCP-Server (für Claude Code)

{
  "mcpServers": {
    "workbench": {
      "command": "awb",
      "args": ["serve"]
    }
  }
}

Als CLI

awb run "Sende eine Slack-Nachricht an #general: Hallo Team!"

Katalog-Struktur

catalog/
├── communication/
│   ├── slack/
│   │   ├── _service.yaml
│   │   └── send_message.yaml
│   └── email/
└── database/
    └── postgres/

Entwicklung

# Dependencies installieren
uv pip install -e ".[dev]"

# Tests ausführen
pytest

# Linting
ruff check .

Lizenz

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0ui-labs/agentic-workbench'

If you have feedback or need assistance with the MCP directory API, please join our Discord server