Confluence Http Api
БесплатноНе проверенRead-only MCP server for self-hosted Confluence that lets AI agents search pages, fetch content, and navigate page trees via the REST API.
Описание
Read-only MCP server for self-hosted Confluence that lets AI agents search pages, fetch content, and navigate page trees via the REST API.
README
Read-only MCP server for self-hosted Confluence (Server / Data Center) over the REST API.
Primary use case: let an AI agent read project documentation — search pages, fetch content, navigate page trees.
Requirements
- Node.js 18+
- Confluence base URL and a Personal Access Token with read access to the relevant spaces
Configuration
| Variable | Required | Description |
|---|---|---|
CONFLUENCE_URL |
Yes | Base URL, e.g. https://wiki.it-aces.com |
CONFLUENCE_TOKEN |
Yes | PAT sent as Authorization: Bearer … |
Alias: CONFLUENCE_PAT.
Tools (read-only)
| Tool | Purpose |
|---|---|
confluence_search |
CQL search (space=GAR AND type=page, text ~ "API") |
confluence_get_page |
Page by content id + plain-text body |
confluence_get_page_by_title |
Page by space key + exact title |
confluence_list_spaces |
Discover spaces |
confluence_get_page_children |
Child pages (doc tree / TOC) |
Page bodies are returned as plain text (HTML/storage markup stripped) for easier agent consumption.
Install
From source (GitLab / GitHub)
git clone [email protected]:ai/confluence-http-api-mcp.git
cd confluence-http-api-mcp
npm install
Публичное зеркало: https://github.com/rkorablin/confluence-http-api-mcp.
From npm
npm install confluence-http-api-mcp
Or globally (for npx / CLI usage):
npm install -g confluence-http-api-mcp
Usage
Standalone (stdio)
export CONFLUENCE_URL="https://wiki.it-aces.com"
export CONFLUENCE_TOKEN="..."
node server.mjs
Cursor / MCP host
Add the server to your MCP config (for example .cursor/mcp.json → mcpServers).
Option 1: Local clone
"confluence": {
"command": "node",
"args": ["/absolute/path/to/confluence-http-api-mcp/server.mjs"],
"env": {
"CONFLUENCE_URL": "https://wiki.it-aces.com",
"CONFLUENCE_TOKEN": "..."
}
}
Option 2: npm / npx
If installed globally:
"confluence": {
"command": "confluence-http-api-mcp",
"env": {
"CONFLUENCE_URL": "https://wiki.it-aces.com",
"CONFLUENCE_TOKEN": "..."
}
}
Or via npx (рекомендуется для автоподтягивания новых версий):
"confluence": {
"command": "npx",
"args": ["--yes", "--prefer-online", "confluence-http-api-mcp@latest"],
"env": {
"CONFLUENCE_URL": "https://wiki.it-aces.com",
"CONFLUENCE_TOKEN": "..."
}
}
Or via wrapper + secrets file (see ~/.config/ai-mcp pattern used for GitLab/YouTrack).
Typical agent workflow
confluence_list_spaces— find space key (e.g.GAR)confluence_searchwithspace=GAR AND title ~ "Architecture"confluence_get_page— read full page textconfluence_get_page_children— walk documentation hierarchy
License
MIT
Установка Confluence Http Api
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rkorablin/confluence-http-api-mcpFAQ
Confluence Http Api MCP бесплатный?
Да, Confluence Http Api MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Confluence Http Api?
Нет, Confluence Http Api работает без API-ключей и переменных окружения.
Confluence Http Api — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Confluence Http Api в Claude Desktop, Claude Code или Cursor?
Открой Confluence Http Api на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Confluence Http Api with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
