Skip to main content

Cursor integration

Add CataZenta MCP to Cursor for catalog-aware coding and integrations work.

Project config

.cursor/mcp.json in your project:

{
"mcpServers": {
"catazenta": {
"command": "<path-to-mcp-connector-from-onboarding>",
"env": {
"CATAZENTA_USERNAME": "you@company.com",
"CATAZENTA_PASSWORD": "***",
"CATAZENTA_API_BASE_URL": "https://api.catazenta.com"
}
}
}
}

Global config

~/.cursor/mcp.json — same structure for all workspaces.

Enable

Cursor SettingsMCP → enable catazenta. Use Agent mode for tool access.

warning

Write tools change catalog data. Use a sandbox tenant for experiments.

See also