elasticsearch
stdioUsed by 1 plugin
Installs rag-architect, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin rag-pluginDescription
Elasticsearch for hybrid keyword + vector search
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"elasticsearch": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-elasticsearch"
],
"env": {
"ELASTICSEARCH_URL": "${ELASTICSEARCH_URL:-http://localhost:9200}",
"ELASTICSEARCH_API_KEY": "${ELASTICSEARCH_API_KEY}"
}
}
}
}Replace placeholder values for: ELASTICSEARCH_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-elasticsearch
Environment Variables
ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-http://localhost:9200}ELASTICSEARCH_API_KEY=${ELASTICSEARCH_API_KEY}Required Secrets
ELASTICSEARCH_API_KEY