Package Exports
- @answerai/confluence-mcp
- @answerai/confluence-mcp/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@answerai/confluence-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.