elasticsearch-mcp-server 0.1.3__py3-none-any.whl → 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of elasticsearch-mcp-server might be problematic. Click here for more details.
- {elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/METADATA +34 -8
- {elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/RECORD +5 -5
- {elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/WHEEL +0 -0
- {elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/entry_points.txt +0 -0
- {elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/licenses/LICENSE +0 -0
{elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: elasticsearch-mcp-server
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: MCP Server for interacting with Elasticsearch
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -255,7 +255,33 @@ You can access Kibana from http://localhost:5601.
|
|
|
255
255
|
|
|
256
256
|
## Usage with Claude Desktop
|
|
257
257
|
|
|
258
|
-
|
|
258
|
+
Add the following configuration to Claude Desktop's config file `claude_desktop_config.json`.
|
|
259
|
+
|
|
260
|
+
### Option 1: Using uvx (Recommended)
|
|
261
|
+
|
|
262
|
+
Using `uvx` will automatically install the package from PyPI, no need to clone the repository locally
|
|
263
|
+
|
|
264
|
+
```json
|
|
265
|
+
{
|
|
266
|
+
"mcpServers": {
|
|
267
|
+
"elasticsearch-mcp-server": {
|
|
268
|
+
"command": "uvx",
|
|
269
|
+
"args": [
|
|
270
|
+
"elasticsearch-mcp-server"
|
|
271
|
+
],
|
|
272
|
+
"env": {
|
|
273
|
+
"ELASTIC_HOST": "https://localhost:9200",
|
|
274
|
+
"ELASTIC_USERNAME": "elastic",
|
|
275
|
+
"ELASTIC_PASSWORD": "test123"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
### Option 2: Using uv with local development
|
|
283
|
+
|
|
284
|
+
Using `uv` requires cloning the repository locally and specifying the path to the source code.
|
|
259
285
|
|
|
260
286
|
```json
|
|
261
287
|
{
|
|
@@ -264,14 +290,14 @@ You can access Kibana from http://localhost:5601.
|
|
|
264
290
|
"command": "uv",
|
|
265
291
|
"args": [
|
|
266
292
|
"--directory",
|
|
267
|
-
"path/to/elasticsearch_mcp_server
|
|
293
|
+
"path/to/src/elasticsearch_mcp_server",
|
|
268
294
|
"run",
|
|
269
|
-
"server
|
|
295
|
+
"elasticsearch-mcp-server"
|
|
270
296
|
],
|
|
271
297
|
"env": {
|
|
272
|
-
"ELASTIC_HOST": "
|
|
273
|
-
"ELASTIC_USERNAME": "
|
|
274
|
-
"ELASTIC_PASSWORD": "
|
|
298
|
+
"ELASTIC_HOST": "https://localhost:9200",
|
|
299
|
+
"ELASTIC_USERNAME": "elastic",
|
|
300
|
+
"ELASTIC_PASSWORD": "test123"
|
|
275
301
|
}
|
|
276
302
|
}
|
|
277
303
|
}
|
|
@@ -281,7 +307,7 @@ You can access Kibana from http://localhost:5601.
|
|
|
281
307
|
- On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
282
308
|
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
|
|
283
309
|
|
|
284
|
-
|
|
310
|
+
Restart Claude Desktop to load the new MCP server.
|
|
285
311
|
|
|
286
312
|
Now you can interact with your Elasticsearch cluster through Claude using natural language commands like:
|
|
287
313
|
- "List all indices in the cluster"
|
{elasticsearch_mcp_server-0.1.3.dist-info → elasticsearch_mcp_server-1.0.0.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ elasticsearch_mcp_server/server.py,sha256=RGKJKk6EpnM1etM8CYXoR_A4OjHqlXcIyRqgJf
|
|
|
4
4
|
elasticsearch_mcp_server/tools/cluster.py,sha256=bGShKKDCgHW0GZoPd8ty__yX1Yn_dTwOH4hGGQsO5l8,1849
|
|
5
5
|
elasticsearch_mcp_server/tools/document.py,sha256=PDD63Etp1MS0G8N3IDg1j-hG41r5OFe4adlotnyuZHU,1075
|
|
6
6
|
elasticsearch_mcp_server/tools/index.py,sha256=Zgc90bVNH18LaHs4CXIRDAdcAdJyxx_RN788xZjLA-A,2174
|
|
7
|
-
elasticsearch_mcp_server-0.
|
|
8
|
-
elasticsearch_mcp_server-0.
|
|
9
|
-
elasticsearch_mcp_server-0.
|
|
10
|
-
elasticsearch_mcp_server-0.
|
|
11
|
-
elasticsearch_mcp_server-0.
|
|
7
|
+
elasticsearch_mcp_server-1.0.0.dist-info/METADATA,sha256=2aJ3yVM0e-zCowyEEOQYmZw78ii3qwLLdJ5RRzAv7qQ,16225
|
|
8
|
+
elasticsearch_mcp_server-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
9
|
+
elasticsearch_mcp_server-1.0.0.dist-info/entry_points.txt,sha256=sAW_y-4MkO9T00GbIb_tLQikrTPF94uHU1YkbWMj65g,75
|
|
10
|
+
elasticsearch_mcp_server-1.0.0.dist-info/licenses/LICENSE,sha256=DBsjuP5FR51d9kaUdXlVBuBv3cQ_I_adq9gefYQ9FcY,11339
|
|
11
|
+
elasticsearch_mcp_server-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|