We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9298690 commit c6409e7Copy full SHA for c6409e7
example-apps/elasticsearch-mcp-server/README.md
@@ -101,12 +101,12 @@ npm run inspector
101
102
## Security Best Practices
103
104
-You can create a dedicated Elasticsearch API key with minimal permissions for Claude's access to your data:
+You can create a dedicated Elasticsearch API key with minimal permissions to control access to your data:
105
106
```
107
POST /_security/api_key
108
{
109
- "name": "claude-mcp-access",
+ "name": "es-mcp-server-access",
110
"role_descriptors": {
111
"claude_role": {
112
"cluster": ["monitor"],
0 commit comments