Confluence Hybrid RAG MCP Server
by piter5285
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COHERE_API_KEY | Yes | Cohere API key for reranker (rerank-v4.0-fast) | |
| OPENAI_API_KEY | Yes | OpenAI API key for embeddings (text-embedding-3-small) | |
| CONFLUENCE_EMAIL | Yes | Email address for Confluence authentication | |
| ANTHROPIC_API_KEY | Yes | Anthropic API key for Claude agent responses | |
| CONFLUENCE_BASE_URL | Yes | Base URL of your Confluence instance (e.g., https://your-domain.atlassian.net/wiki) | |
| CONFLUENCE_API_TOKEN | Yes | API token for Confluence authentication | |
| CONFLUENCE_SPACE_KEYS | No | Comma-separated list of Confluence space keys to index (optional, leave empty to list available spaces) |
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
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/piter5285/hybrid-agentic-RAG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server