我们刚刚将 Data Explorer 集成添加到 Discourse MCP 中,使技术用户和非技术用户都能探索其 Discourse 实例上的海量数据。
MCP 使用现有的 Data Explorer 工作流程,在实时生产数据库中运行只读查询,并且能够创建、运行、更新和删除任何 Data Explorer 报告。
要开始使用,请使用我们在 Discourse MCP 来了!博客文章中描述的相同流程,提供管理员 API 密钥,并将其连接到您最喜欢的 LLM。
这是它与 Claude Cowork 一起连接到 meta.discourse.org 的情况
我的 Claude 桌面 MCP 配置
{
"mcpServers": {
"discourse": {
"command": "discourse-mcp",
"args": [
"--site",
"https://meta.discourse.org",
"--allow-writes",
"--read-only",
"false",
"--auth_pairs",
"[{\\\"site\\\":\\\"https://meta.discourse.org\\\",\\\"api_key\\\":\\\"goeshere\\\",\\\"api_username\\\":\\\"Falco\\\"}]"
],
"env": {
"PATH": "/path/to/node/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
}
}
}
}