Saltar al contenido principal
Base de conocimientosv15.1

Conectar cursor

Add Celoxis as a global MCP server

Solo necesitas:

Node.js is not required.

  1. Open the MCP configuration
    1. Open Cursor.
    2. Open Cursor Settings.
    3. Select MCP.
    4. Add a new global MCP server.

    Ubicaciones de los archivos de configuración:

    Sistema operativoCamino
    macOS / Linux~/.cursor/mcp.json
    Windows%USERPROFILE%\.cursor\mcp.json
  2. Add the MCP server
    { "mcpServers": { "Celoxis MCP": { "url": "https://hostname.domain.com/psa/mcp", "headers": { "Authorization": "Bearer <Your-Token>" } } } }

    Reemplace la URL y el token con sus propios valores. Importante:

    • Deje un espacio después de Portador
    • Save the configuration file
    • Asegúrese de que el JSON sea válido
  3. Verificar la conexión
    1. Confirm that the MCP server is enabled.
    2. Restart Cursor if the tools do not appear.
    3. Inicia una nueva conversación.
    4. Pregunta: ¿Quién soy yo en Celoxis?

    The returned user should match the owner of the access token.

Véase también Probar la integración y Solución de problemas.