inhouse_confluence_mcp
by Janus-06
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DENIED_SPACES | No | Optional comma-separated list of space keys to explicitly block. | |
| WRITE_ENABLED | No | Whether to enable tools that perform write operations (e.g., create_page, update_page). | false |
| ALLOWED_SPACES | No | Comma-separated list of Confluence space keys that are allowed to be accessed. | |
| AUDIT_LOG_PATH | No | The file path where audit logs should be written. | logs/audit.jsonl |
| CONFLUENCE_PAT | No | Personal Access Token for Confluence authentication. | |
| PYTHONIOENCODING | No | Encoding for Python IO, typically set to 'utf-8'. | utf-8 |
| EXPERIMENTAL_LIKES | No | Whether to enable the experimental confluence_get_likes tool. | false |
| CONFLUENCE_BASE_URL | No | The base URL of the Confluence Data Center or Server instance. | |
| CONFLUENCE_PASSWORD | No | Password for basic authentication. | |
| CONFLUENCE_USERNAME | No | Username for basic authentication. | |
| AUTO_DISCOVER_SPACES | No | If true and ALLOWED_SPACES is empty, the server will auto-load available space keys on startup. | true |
| CONFLUENCE_AUTH_MODE | No | The authentication mode to use: 'pat' (Personal Access Token) or 'basic' (Username/Password). | |
| TOOL_PROBE_ON_STARTUP | No | Whether the server should probe API permissions at startup to expose only reachable tools. | true |
| SPACE_PROBE_ON_STARTUP | No | Whether the server should probe space permissions at startup. | true |
| CONFLUENCE_MCP_ENV_FILE | No | Path to a custom environment file to load configurations from. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Janus-06/inhouse_confluence_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server