Skip to main content
Glama
titulus

confluence-rag-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFLUENCE_URLNoConfluence base URL.
TRANSPORT_HOSTNoHost for HTTP transport. Default: 127.0.0.1
TRANSPORT_MODENoTransport mode: stdio or http. Default: stdio
TRANSPORT_PATHNoPath for HTTP transport. Default: /mcp
TRANSPORT_PORTNoPort for HTTP transport. Default: 8000
EMBEDDINGS_MODELNoEmbedding model name.
EMBEDDINGS_API_KEYNoAPI key for embeddings API.
CONFLUENCE_PASSWORDNoPassword for Confluence basic auth.
CONFLUENCE_USERNAMENoUsername for Confluence basic auth.
EMBEDDINGS_BASE_URLNoBase URL for OpenAI-compatible embeddings API.
CONFLUENCE_API_TOKENNoAPI token for Confluence authentication (bearer or basic).
CONFLUENCE_AUTH_MODENoAuthentication mode for Confluence. Default: bearer
CONFLUENCE_INDEX_CQLNoCQL query for a single index configuration.
CONFLUENCE_INDEX_NAMENoIndex name for a single index configuration.
CONFLUENCE_MCP_CONFIGNoAbsolute path to TOML config file.
CONFLUENCE_VERIFY_SSLNoVerify SSL for Confluence. Default: true
EMBEDDINGS_ALLOW_MOCKNoAllow mock embeddings. Default: false
EMBEDDINGS_BATCH_SIZENoBatch size for embeddings. Default: 64
RAG_MIN_RELEVANCE_SCORENoMinimum relevance score for search results. Default: 0.50
CONFLUENCE_DEFAULT_INDEXNoDefault index name.
CONFLUENCE_MCP_SQLITE_PATHNoPath 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/titulus/confluence-rag-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server