Confluence Cloud✓
io.github.aaronsb/confluence-cloud · v0.5.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.aaronsb/confluence-cloud",
"description": "MCP server for Confluence Cloud — page editing, navigation, and content management",
"title": "Confluence Cloud",
"repository": {
"url": "https://github.com/aaronsb/confluence-cloud",
"source": "github"
},
"version": "0.5.0",
"websiteUrl": "https://github.com/aaronsb/confluence-cloud#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@aaronsb/confluence-cloud-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Confluence API token (generate at https://id.atlassian.com/manage/api-tokens)",
"isRequired": true,
"isSecret": true,
"name": "CONFLUENCE_API_TOKEN"
},
{
"description": "Atlassian account email address",
"isRequired": true,
"name": "CONFLUENCE_EMAIL"
},
{
"description": "Confluence instance URL (e.g., https://your-team.atlassian.net)",
"isRequired": true,
"name": "CONFLUENCE_HOST"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}