io.github.b1ff/atlassian-dc-mcp-confluence✓
io.github.b1ff/atlassian-dc-mcp-confluence · v0.19.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.b1ff/atlassian-dc-mcp-confluence",
"description": "MCP server for Atlassian Confluence Data Center - access and manage content",
"repository": {
"url": "https://github.com/b1ff/atlassian-dc-mcp",
"source": "github"
},
"version": "0.19.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@atlassian-dc-mcp/confluence",
"version": "0.19.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.",
"format": "string",
"name": "ATLASSIAN_DC_MCP_CONFIG_FILE"
},
{
"description": "Confluence host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_API_BASE_PATH.",
"format": "string",
"name": "CONFLUENCE_HOST"
},
{
"description": "Confluence API base path (alternative to CONFLUENCE_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or CONFLUENCE_HOST.",
"format": "string",
"name": "CONFLUENCE_API_BASE_PATH"
},
{
"description": "Confluence Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
"format": "string",
"isSecret": true,
"name": "CONFLUENCE_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}