agentic-slackbot
@agentika
agentic-slackbot について
A simple Slack bot that uses the OpenAI Agents SDK to interact with the Model Context Protocol (MCP) server.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agentic-slackbot": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「推論」の他のコンテンツ
End-to-End Agentic AI Automation Lab
MDalamin5This repository contains hands-on projects, code examples, and deployment workflows. Explore multi-agent systems, LangChain, LangGraph, AutoGen, CrewAI, RAG, MCP, automation with n8n, and scalable agent deployment using Docker, AWS, and BentoML.
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
コメント