Back to Home
SuperPyonchiX icon

confluence_mcp_server

Verified Safe

by SuperPyonchiX

Overview

Provides a Model Context Protocol (MCP) server for AI agents to interact with Confluence DataCenter/Server content, manage pages, spaces, users, search using CQL, and perform bidirectional Markdown conversions.

Installation

Run Command
node build/index.js

Environment Variables

  • CONFLUENCE_DOMAIN
  • CONFLUENCE_AUTH_TYPE
  • CONFLUENCE_USERNAME
  • CONFLUENCE_PASSWORD
  • CONFLUENCE_EMAIL
  • CONFLUENCE_API_TOKEN
  • CONFLUENCE_BASE_URL

Security Notes

The codebase generally follows good security practices, utilizing environment variables for credentials and including checks for absolute file paths and directory traversal in file operations. It uses `axios` for network requests with interceptors for error handling. HTML/Markdown processing performs basic escaping. No explicit use of `eval` or similar dangerous patterns was found. While overall good, deeper dynamic analysis of external SDKs is beyond this scope.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2026-01-16

Tags

MCPConfluenceDataCenterAI AgentMarkdown