Back to Home
kunaldb icon

wiki_mcp_server

Verified Safe

by kunaldb

Overview

An MCP (Model Context Protocol) server for integrating Confluence wiki content, allowing AI models to search, retrieve, and list Confluence information.

Installation

Run Command
python main.py

Environment Variables

  • CONFLUENCE_URL
  • CONFLUENCE_EMAIL
  • CONFLUENCE_API_TOKEN

Security Notes

The code adheres to good security practices for credential management, explicitly using environment variables (CONFLUENCE_URL, CONFLUENCE_EMAIL, CONFLUENCE_API_TOKEN) and warning against committing 'app.yaml' to source control. There are no obvious `eval` or unsafe execution patterns. The deployment script uses standard Databricks CLI commands. Network risks are managed by the Databricks Apps platform and Confluence's own security (e.g., IP allowlisting).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-02

Tags

ConfluenceWiki IntegrationMCP ServerDatabricks AppsAPI Wrapper