MCP Server
MCP
io.github.b1ff/atlassian-dc-mcp-confluence
MCP server for Atlassian Confluence Data Center - access and manage content
Install
npx -y @atlassian-dc-mcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@atlassian-dc-mcp/confluence",
"version": "0.29.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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment