MCP Server
Active
io.github.mrfentmen/opensearch-mcp MCP Server
io.github.mrfentmen/opensearch-mcp
What is the io.github.mrfentmen/opensearch-mcp MCP server?
Search OpenSearch indices, manage documents, check health and stats.
How to install io.github.mrfentmen/opensearch-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
OPENSEARCH_URLOpenSearch server URL (default: http://localhost:9200)
OPENSEARCH_API_KEYsecretOpenSearch API key for authentication
OPENSEARCH_USERNAMEOpenSearch username for basic auth
OPENSEARCH_PASSWORDsecretOpenSearch password for basic auth
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"opensearch-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/opensearch-mcp"
],
"env": {
"OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
"OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
"OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
"OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"opensearch-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/opensearch-mcp"
],
"env": {
"OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
"OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
"OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
"OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opensearch-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/opensearch-mcp"
],
"env": {
"OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
"OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
"OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
"OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"opensearch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/opensearch-mcp"
],
"env": {
"OPENSEARCH_URL": "<YOUR_OPENSEARCH_URL>",
"OPENSEARCH_API_KEY": "<YOUR_OPENSEARCH_API_KEY>",
"OPENSEARCH_USERNAME": "<YOUR_OPENSEARCH_USERNAME>",
"OPENSEARCH_PASSWORD": "<YOUR_OPENSEARCH_PASSWORD>"
}
}
}
}Claude Code
claude mcp add opensearch-mcp --env OPENSEARCH_URL=<YOUR_OPENSEARCH_URL> --env OPENSEARCH_API_KEY=<YOUR_OPENSEARCH_API_KEY> --env OPENSEARCH_USERNAME=<YOUR_OPENSEARCH_USERNAME> --env OPENSEARCH_PASSWORD=<YOUR_OPENSEARCH_PASSWORD> -- npx -y @mrfentmen/opensearch-mcpRelated MCP servers
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
0
View repository →TypeScript