Mattermost MCP 服务器
用于连接 Claude 和 Mattermost 工作区的 Mattermost MCP 服务器。
快速入门
-
克隆仓库: git clone https://github.com/yourusername/mattermost-mcp.git cd mattermost-mcp
-
安装依赖: npm install
-
创建配置文件
config.local.json
,填写 Mattermost 的 URL、令牌、团队 ID 等信息。 -
构建项目: npm run build
-
启动服务: npm start
-
使用工具:
- 列出频道:mattermost_list_channels
- 发送消息:mattermost_post_message
- 手动触发监控:./run-monitoring-http.sh
更多详细信息,请参考 README 文档。