opensearch mcp for Zed
io.github.mrfentmen/opensearch-mcp
Search OpenSearch indices, manage documents, check health and stats.
client:Zed
transport:stdio
runtime:npm
Install opensearch mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"opensearch-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs