Confluence MCP
检索 Confluence 文档作为知识库,为问答提供企业上下文。
安装命令
终端
npx -y mcp-confluence在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": [
"-y",
"mcp-confluence"
]
}
}
}检索 Confluence 文档作为知识库,为问答提供企业上下文。
npx -y mcp-confluence{
"mcpServers": {
"confluence": {
"command": "npx",
"args": [
"-y",
"mcp-confluence"
]
}
}
}