
ojob ojob.io/ai/mcps/mcp-es-search url=http://localhost:9200 index=docs toolPrefix=docs- label="API documentation" user= password= onport=8888 pathField=path contentField=content titleField=title
A STDIO/HTTP MCP ElasticSearch/OpenSearch full-text search server
| Name | Description |
|---|---|
| url | ElasticSearch/OpenSearch base URL |
| index | Default index to search |
| toolPrefix | Optional prefix prepended to all tool names (e.g. "docs-" → docs-search, docs-get, …) |
| label | Human-readable label for this index used in tool descriptions (defaults to index name) |
| user | HTTP Basic auth username |
| password | HTTP Basic auth password |
| onport | If defined starts an HTTP MCP server on this port; otherwise uses STDIO |
| pathField | Document field holding the source file path (default: path) |
| contentField | Document field holding full text content (default: content) |
| titleField | Document field holding the document title (default: title) |