@answerai/confluence-mcp
v1.0.0
Published
Confluence MCP Server for AI-powered integration with Confluence via the Model Context Protocol
Readme
Confluence MCP Server
A Model Context Protocol (MCP) server implementation that provides access to Confluence data with optimized content formatting, and data cleaning for AI context windows.
Installation
npm install -g @answerai/confluence-mcpUsage
With Claude Desktop or Cline
{
"mcpServers": {
"confluence": {
"command": "answerai-confluence-mcp",
"env": {
"CONFLUENCE_API_TOKEN": "your_api_token",
"CONFLUENCE_BASE_URL": "your_confluence_instance_url/wiki",
"CONFLUENCE_USER_EMAIL": "your_email"
}
}
}
}For more detailed documentation, please visit the GitHub repository.
