MCP Server
MCP
io.github.mrfentmen/opensearch-mcp
Search OpenSearch indices, manage documents, check health and stats.
Install
npx -y @mrfentmen/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mrfentmen/opensearch-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenSearch server URL (default: http://localhost:9200)",
"format": "string",
"name": "OPENSEARCH_URL"
},
{
"description": "OpenSearch API key for authentication",
"format": "string",
"isSecret": true,
"name": "OPENSEARCH_API_KEY"
},
{
"description": "OpenSearch username for basic auth",
"format": "string",
"name": "OPENSEARCH_USERNAME"
},
{
"description": "OpenSearch password for basic auth",
"format": "string",
"isSecret": true,
"name": "OPENSEARCH_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment