opensearch mcp for Grok
io.github.mrfentmen/opensearch-mcp
Search OpenSearch indices, manage documents, check health and stats.
client:Grok
transport:stdio
runtime:npm
Install opensearch mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"opensearch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/opensearch-mcp"
],
"env": {
"OPENSEARCH_URL": "<OPENSEARCH_URL>",
"OPENSEARCH_API_KEY": "<OPENSEARCH_API_KEY>",
"OPENSEARCH_USERNAME": "<OPENSEARCH_USERNAME>",
"OPENSEARCH_PASSWORD": "<OPENSEARCH_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs