OpenSearch-MCP-Server provides MCP server implementations for AI search and vector operations, enabling seamless integration with OpenSearch capabilities through standardized MCP protocols.
MCP server for AI search functionality.
MCP server for OpenSearch vector operations.
{
"mcpServers": {
"aisearch": {
"command": "node",
"args": ["./aisearch-mcp-server/dist/index.js"],
"env": {}
},
"opensearch-vector": {
"command": "node",
"args": ["./opensearch-vector-mcp-server/dist/index.js"],
"env": {}
}
}
}