Skip to main content
Glama
Stillfrozen

Confluence MCP Server — Cursor

by Stillfrozen

title: "Confluence MCP Server — Cursor" tags:

  • proyecto/workspace

  • subproyecto/tools

  • tipo/guía

  • área/tech


Confluence MCP Server — Cursor

Servidor MCP local para Cursor: el agente busca y lee páginas de Confluence Server / Data Center mediante Personal Access Token.

La escritura de páginas no está implementada. Confluence Cloud (otra URL y autenticación básica) no es compatible con este conector.

Repositorio: https://github.com/Stillfrozen/confluence-cursor-connector

Instalación paso a paso en ruso: docs/INSTALL.ru.md

Qué puede hacer

Tool

Propósito

get-current-user

Verificación de autenticación: nombre para mostrar / nombre de usuario

list-spaces

Espacios disponibles para el usuario actual

search-pages

Búsqueda por CQL, por ejemplo title~"паспорт" AND type=page

get-page

Página por page_id o por space_key + title exacto. El cuerpo — body.storage (HTML/storage)

El token vive solo en ~/.cursor/mcp.json. No llega a git.

Related MCP server: Confluence Node MCP Server

Inicio rápido

git clone https://github.com/Stillfrozen/confluence-cursor-connector.git
cd confluence-cursor-connector
npm install
npm run build

PAT: en Confluence abra el perfil → Settings → Personal Access Tokens → cree un token.

En ~/.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 — la raíz de la wiki sin la cola /rest/api y sin barra al final. Para compatibilidad también se acepta el nombre de variable PAT.

Recargar MCP: Cursor → Settings → MCP. El indicador confluence debe ponerse verde.

Comprobación en el chat: «Muestra mis espacios en Confluence» o «Lee la página 123456».

Opcionalmente copie la skill:

mkdir -p ~/.cursor/skills/confluence
cp skills/confluence/SKILL.md ~/.cursor/skills/confluence/SKILL.md

Limitaciones

  • Solo lectura. No se puede crear o editar una página a través de MCP.

  • API — Confluence Server / Data Center (/rest/api/..., Authorization: Bearer).

  • get-page devuelve HTML de storage, no Markdown. El agente debe limpiar las macros ac: por sí mismo.

  • CQL está limitado por los permisos del PAT: los espacios ajenos no son visibles.

Desarrollo

npm install
npm run build
npm run start:stdio

Prueba de humo de una instancia en vivo (lee confluence.env de ~/.cursor/mcp.json):

node scripts/smoke-test.mjs

Licencia

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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