@@ -6,6 +6,8 @@ An MCP server implementation that enables AI assistants to interact with Conflue
6
6
<img width =" 380 " height =" 200 " src =" https://glama.ai/mcp/servers/@confluentinc/mcp-confluent/badge " alt =" mcp-confluent MCP server " />
7
7
</a >
8
8
9
+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/confluentinc/mcp-confluent )
10
+
9
11
## Demo
10
12
11
13
### Goose CLI
@@ -26,7 +28,7 @@ An MCP server implementation that enables AI assistants to interact with Conflue
26
28
- [ User Guide] ( #user-guide )
27
29
- [ Getting Started] ( #getting-started )
28
30
- [ Configuration] ( #configuration )
29
- [ Prequisites for Tableflow commands ] ( #Prerequisites-&-Setup -for-Tableflow-Commands )
31
+ - [ Prerequisites \& Setup for Tableflow Commands ] ( #prerequisites--setup -for-tableflow-commands )
30
32
- [ Environment Variables Reference] ( #environment-variables-reference )
31
33
- [ Usage] ( #usage )
32
34
- [ Configuring Claude Desktop] ( #configuring-claude-desktop )
@@ -42,8 +44,10 @@ An MCP server implementation that enables AI assistants to interact with Conflue
42
44
- [ Project Structure] ( #project-structure )
43
45
- [ Building and Running] ( #building-and-running )
44
46
- [ Docker] ( #docker )
45
- - [ Build & Run in Docker Container] ( #building-and-running-with-docker )
46
- - [ Build & Run in Docker Compose] ( #building-and-running-with-docker-compose )
47
+ - [ Prerequisites] ( #prerequisites )
48
+ - [ Environment Variables] ( #environment-variables )
49
+ - [ Building and Running with Docker] ( #building-and-running-with-docker )
50
+ - [ Building and Running with Docker Compose] ( #building-and-running-with-docker-compose )
47
51
- [ Testing] ( #testing )
48
52
- [ MCP Inspector] ( #mcp-inspector )
49
53
- [ Adding a New Tool] ( #adding-a-new-tool )
@@ -131,10 +135,10 @@ Ensuring these prerequisites are met will prevent authorization errors when the
131
135
| FLINK_ENV_NAME | Human-readable name for the Flink environment used for identification and display purposes (string (min: 1)) | | No |
132
136
| FLINK_ORG_ID | Organization identifier within Confluent Cloud for Flink resource management (string (min: 1)) | | No |
133
137
| FLINK_REST_ENDPOINT | Base URL for Confluent Cloud' s Flink REST API endpoints used for SQL statement and compute pool management (string) | | No |
134
- | TABLEFLOW_API_KEY | Authentication key for accessing Confluent Cloud' s Tableflow services (string (min: 1))
135
- | | No |
136
- | TABLEFLOW_API_SECRET | Secret token paired with TABLEFLOW_API_KEY for authenticated access to Confluent Cloud' s Tableflow services (string (min:
137
- 1)) | | No |
138
+ | TABLEFLOW_API_KEY | Authentication key for accessing Confluent Cloud' s Tableflow services (string (min: 1)) |
139
+ | | No |
140
+ | TABLEFLOW_API_SECRET | Secret token paired with TABLEFLOW_API_KEY for authenticated access to Confluent Cloud' s Tableflow services (string (min: |
141
+ | 1)) | | No |
138
142
| KAFKA_API_KEY | Authentication credential (username) required to establish secure connection with the Kafka cluster (string (min: 1)) | | No |
139
143
| KAFKA_API_SECRET | Authentication credential (password) paired with KAFKA_API_KEY for secure Kafka cluster access (string (min: 1)) | | No |
140
144
| KAFKA_CLUSTER_ID | Unique identifier for the Kafka cluster within Confluent Cloud ecosystem (string (min: 1)) | | No |
0 commit comments