Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 341 Bytes

File metadata and controls

16 lines (13 loc) · 341 Bytes

Configuring Cursor

Add the MCP server to your Cursor configuration at ~/.cursor/mcp.json:

{
  "mcpServers": {
    "confluent": {
      "command": "npx",
      "args": ["-y", "@confluentinc/mcp-confluent", "-e", "/path/to/.env"]
    }
  }
}

See the Cursor MCP documentation for more details.