Agentic Workbench
Enables sending messages to Slack channels through a hierarchical tool orchestration system.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic Workbenchsend a Slack message to #general reminding everyone about the 2pm meeting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_taskHierarchische Navigation mit günstigem LLM (Cerebras/Gemini)
Nur Ergebnisse werden zurückgegeben
Related MCP server: mcpcute
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA lightweight Claude MCP gateway that dynamically loads tools only when needed, cutting MCP token clutter by up to 95% and keeping your context lean, fast, and focused.6MIT
- Alicense-qualityCmaintenanceAn MCP aggregator that consolidates multiple MCP servers behind a single interface with just 3 tools (search, get details, execute), reducing context pollution for AI agents by avoiding direct exposure of numerous tool schemas.232MIT
- Alicense-qualityDmaintenanceReduces LLM context window overhead by proxying multiple MCP servers through a few efficient dispatch tools instead of registering hundreds of individual tool schemas. It supports multi-account routing and tool discovery for both CLI-based and persistent MCP server configurations.MIT
- AlicenseAqualityAmaintenanceAn MCP orchestration layer that aggregates multiple MCP servers while exposing only 8 meta-tools, dramatically reducing context window usage, and provides SLOP scripting, event monitoring, and tool customization.10MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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