A Go implementation of the Model Context Protocol (MCP) server for Atlassian Confluence Data Center
服务器配置
{
"mcpServers": {
"confluence": {
"command": "/path/to/atlassian-confluence-dc-go-mcp",
"env": {
"CONFLUENCE_API_TOKEN": "your-api-token",
"CONFLUENCE_BASE_URL": "https://confluence.example.com"
}
}
}
}