confluence-rag-mcp
by titulus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_URL | No | Confluence base URL. | |
| TRANSPORT_HOST | No | Host for HTTP transport. Default: 127.0.0.1 | |
| TRANSPORT_MODE | No | Transport mode: stdio or http. Default: stdio | |
| TRANSPORT_PATH | No | Path for HTTP transport. Default: /mcp | |
| TRANSPORT_PORT | No | Port for HTTP transport. Default: 8000 | |
| EMBEDDINGS_MODEL | No | Embedding model name. | |
| EMBEDDINGS_API_KEY | No | API key for embeddings API. | |
| CONFLUENCE_PASSWORD | No | Password for Confluence basic auth. | |
| CONFLUENCE_USERNAME | No | Username for Confluence basic auth. | |
| EMBEDDINGS_BASE_URL | No | Base URL for OpenAI-compatible embeddings API. | |
| CONFLUENCE_API_TOKEN | No | API token for Confluence authentication (bearer or basic). | |
| CONFLUENCE_AUTH_MODE | No | Authentication mode for Confluence. Default: bearer | |
| CONFLUENCE_INDEX_CQL | No | CQL query for a single index configuration. | |
| CONFLUENCE_INDEX_NAME | No | Index name for a single index configuration. | |
| CONFLUENCE_MCP_CONFIG | No | Absolute path to TOML config file. | |
| CONFLUENCE_VERIFY_SSL | No | Verify SSL for Confluence. Default: true | |
| EMBEDDINGS_ALLOW_MOCK | No | Allow mock embeddings. Default: false | |
| EMBEDDINGS_BATCH_SIZE | No | Batch size for embeddings. Default: 64 | |
| RAG_MIN_RELEVANCE_SCORE | No | Minimum relevance score for search results. Default: 0.50 | |
| CONFLUENCE_DEFAULT_INDEX | No | Default index name. | |
| CONFLUENCE_MCP_SQLITE_PATH | No | Path to SQLite database file. Default: .confluence-mcp.sqlite |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/titulus/confluence-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server