Confluence MCP Server — Cursor
title: "Confluence MCP Server — Cursor" tags:
프로젝트/워크스페이스
하위 프로젝트/도구
유형/가이드
영역/기술
Confluence MCP Server — Cursor
Cursor용 로컬 MCP 서버: 에이전트가 Personal Access Token으로 Confluence Server / Data Center 페이지를 검색하고 읽습니다.
페이지 쓰기는 구현되지 않았습니다. 클라우드 Confluence Cloud(다른 URL 및 Basic-auth)는 이 커넥터에서 지원되지 않습니다.
저장소: https://github.com/Stillfrozen/confluence-cursor-connector
러시아어 단계별 설치: docs/INSTALL.ru.md
기능
Tool | 용도 |
| 인증 확인: display name / username |
| 현재 사용자가 접근할 수 있는 공간 |
| CQL 검색, 예: |
|
|
토큰은 ~/.cursor/mcp.json에만 저장됩니다. git에는 포함되지 않습니다.
Related MCP server: Confluence Node MCP Server
빠른 시작
git clone https://github.com/Stillfrozen/confluence-cursor-connector.git
cd confluence-cursor-connector
npm install
npm run buildPAT: Confluence에서 프로필 → Settings → Personal Access Tokens → 토큰을 생성합니다.
~/.cursor/mcp.json에:
{
"mcpServers": {
"confluence": {
"command": "node",
"args": ["/absolute/path/to/confluence-cursor-connector/dist/stdio-entry.js"],
"env": {
"CONFLUENCE_BASE_URL": "https://wiki.example.com",
"CONFLUENCE_PAT": "your-personal-access-token"
}
}
}
}CONFLUENCE_BASE_URL — 위키 루트 없이 /rest/api 접미사와 끝의 슬래시 없이. 호환성을 위해 PAT 변수 이름도 허용됩니다.
MCP 다시 로드: Cursor → Settings → MCP. confluence 표시등이 녹색이 되어야 합니다.
채팅에서 확인: «Confluence에서 내 공간 보여줘» 또는 «123456 페이지 읽어줘».
선택적으로 skill을 복사하세요:
mkdir -p ~/.cursor/skills/confluence
cp skills/confluence/SKILL.md ~/.cursor/skills/confluence/SKILL.md제한 사항
읽기 전용. MCP를 통해 페이지를 생성하거나 편집할 수 없습니다.
API — Confluence Server / Data Center (
/rest/api/...,Authorization: Bearer).get-page는 Markdown이 아닌 storage HTML을 반환합니다. 에이전트가ac:매크로를 직접 정리해야 합니다.CQL은 PAT 권한으로 제한됩니다: 다른 사용자의 공간은 보이지 않습니다.
개발
npm install
npm run build
npm run start:stdio실제 인스턴스 스모크 테스트(~/.cursor/mcp.json에서 confluence.env를 읽음):
node scripts/smoke-test.mjs라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables VSCode/Cursor to integrate with Confluence Wiki, allowing AI models to access and process wiki content by fetching pages and converting them to Markdown format.6MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to create, update, delete, and search Confluence pages directly through natural language commands in Cursor, with support for space management and page history.172
- FlicenseAqualityDmaintenanceEnables reading and analyzing Confluence documentation content through the Confluence REST API. Supports extracting and converting text, tables, code blocks, and images from Confluence pages for Q\&A and analysis.6
- FlicenseNot gradedqualityDmaintenanceProvides tools for AI agents to interact with Atlassian Confluence, enabling search, space listing, and CRUD operations on pages via natural language.6
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stillfrozen/confluence-cursor-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server