Skip to main content
Glama
akhilthomas236

Confluence RAG MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOP_KNoNumber of top results to return3
MAX_PAGESNoMaximum number of pages to crawl1000
CHUNK_SIZENoSize of text chunks for embedding512
CHUNK_OVERLAPNoOverlap between text chunks50
INITIAL_CRAWLNoWhether to perform an initial crawl on startupfalse
EMBEDDING_MODELNoSentence transformer model for embeddingsall-MiniLM-L6-v2
CONFLUENCE_TOKENYesYour Confluence API token
INCLUDE_COMMENTSNoWhether to include comments in crawlingtrue
CHROMA_PERSIST_DIRNoDirectory for ChromaDB persistence./data/chroma
CONFLUENCE_BASE_URLYesThe base URL of your Confluence instance (e.g., https://your-domain.atlassian.net)
INCLUDE_ATTACHMENTSNoWhether to include attachments in crawlingtrue
CONFLUENCE_SPACE_KEYNoOptional space key to restrict crawling to a specific space
SIMILARITY_THRESHOLDNoMinimum similarity score for results0.7
CHROMA_COLLECTION_NAMENoName of the ChromaDB collectionconfluence_docs

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/akhilthomas236/confluence-scraper-mcp'

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