Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 468 Bytes

File metadata and controls

20 lines (16 loc) · 468 Bytes

Configuring Claude Code

Claude Code supports MCP servers natively. Add the server to your project configuration:

claude mcp add confluent -- npx -y @confluentinc/mcp-confluent -e /path/to/.env

Or add it to your .mcp.json file directly:

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