agentic-slackbot
@agentika
About agentic-slackbot
A simple Slack bot that uses the OpenAI Agents SDK to interact with the Model Context Protocol (MCP) server.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentic-slackbot": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is agentic-slackbot?
A simple Slack bot that uses the OpenAI Agents SDK to interact with the Model Context Protocol (MCP) server.
How to use agentic-slackbot?
Install dependencies with uv sync, set environment variables (OPENAI_API_KEY, SLACK_BOT_TOKEN, SLACK_APP_TOKEN, etc.), and run the bot with uv run bot. A Docker build command is also provided.
Key features of agentic-slackbot
- Slack bot using the OpenAI Agents SDK
- Interacts with an MCP server
- Supports OpenAI and Azure OpenAI providers
- Configurable via environment variables
- Docker deployment option available
Use cases of agentic-slackbot
- Triggering OpenAI agent behavior from Slack
- Bringing MCP server interactions into Slack channels
- Running a containerized Slack bot with custom AI models
FAQ from agentic-slackbot
What dependencies does agentic-slackbot require?
Python and uv are required. Dependencies are installed with uv sync.
How do I run agentic-slackbot?
Set the required environment variables and run uv run bot from the project root.
Can I run agentic-slackbot in Docker?
Yes. Build the image with docker build . -t telegram-bot and run it with the necessary environment variables.
Which OpenAI models are supported?
The default model is gpt-4o, configurable via the OPENAI_MODEL environment variable.
Does agentic-slackbot support Azure OpenAI?
Yes. Set AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, OPENAI_MODEL, and OPENAI_API_VERSION instead of the OpenAI variables.
Frequently asked questions
What dependencies does agentic-slackbot require?
Python and `uv` are required. Dependencies are installed with `uv sync`.
How do I run agentic-slackbot?
Set the required environment variables and run `uv run bot` from the project root.
Can I run agentic-slackbot in Docker?
Yes. Build the image with `docker build . -t telegram-bot` and run it with the necessary environment variables.
Which OpenAI models are supported?
The default model is `gpt-4o`, configurable via the OPENAI_MODEL environment variable.
Does agentic-slackbot support Azure OpenAI?
Yes. Set AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, OPENAI_MODEL, and OPENAI_API_VERSION instead of the OpenAI variables.
Basic information
More Reasoning MCP servers
n8n Workflow Builder MCP Server
salacosteAI-powered n8n workflow automation through natural language. MCP server enabling Claude AI & Cursor IDE to create, manage, and monitor workflows via Model Context Protocol. Multi-instance support, 17 tools, comprehensive docs. Build workflows conversationally without manual JSON
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
MCP Sandbox
danstarnsTurn any JavaScript module into a sandboxed MCP (Model Context Protocol) server with automatic reflection and type inference.
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
MCP Advanced Reasoning Server for Cursor AI
AzDeltaQQThis is a very basic implementation of an Mcp-Reasoning-Server for Cursor AI .
Comments