Conectar cursor
Add Celoxis as a global MCP server
Solo necesitas:
Node.js is not required.
- Open the MCP configuration
- Open Cursor.
- Open Cursor Settings.
- Select MCP.
- Add a new global MCP server.
Ubicaciones de los archivos de configuración:
Sistema operativo Camino macOS / Linux ~/.cursor/mcp.jsonWindows %USERPROFILE%\.cursor\mcp.json - 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
- Deje un espacio después de
- Verificar la conexión
- Confirm that the MCP server is enabled.
- Restart Cursor if the tools do not appear.
- Inicia una nueva conversación.
- 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.