Access Confluence wiki pages. Search documentation, read page content, and navigate your team knowledge base.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Generate API token at https://id.atlassian.com/manage-profile/security/api-tokens 2. Same token works for both Jira and Confluence Features: - Search across spaces - Read page content - Navigate page hierarchies - Access attachments
{
"mcpServers": {
"confluence": {
"command": "npx",
"args": ["-y", "mcp-server-confluence"],
"env": {
"CONFLUENCE_HOST": "your-domain.atlassian.net",
"CONFLUENCE_EMAIL": "your-email@example.com",
"CONFLUENCE_API_TOKEN": "..."
}
}
}
}Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.