Configuring Cursor
May 13, 2026 ยท View on GitHub
Add the MCP server to your Cursor configuration at ~/.cursor/mcp.json:
{
"mcpServers": {
"confluent": {
"command": "npx",
"args": [
"-y",
"@confluentinc/mcp-confluent",
"--config",
"/path/to/config.yaml"
]
}
}
}
See CONFIGURATION.md for what to put in config.yaml, and the Cursor MCP documentation for client-side details. Legacy env-var configuration (-e /path/to/config.env) still works during the deprecation window.