Vinkius

OpenSearch Vector MCP. Manage your entire vector store via conversation.

OpenSearch Vector MCP lets your AI client treat OpenSearch like a true vector database. You can create k-NN indexes for cosine similarity and manage the entire embedding workflow through conversation. Run complex similarity searches, upsert document embeddings with metadata, or inspect index health without writing any `curl` commands.

OpenSearch Vector MCP is compatible with Claude Claude
OpenSearch Vector MCP is compatible with ChatGPT ChatGPT
OpenSearch Vector MCP is compatible with Cursor Cursor
OpenSearch Vector MCP is compatible with Gemini Gemini
OpenSearch Vector MCP is compatible with Windsurf Windsurf
OpenSearch Vector MCP is compatible with VS Code VS Code
OpenSearch Vector MCP is compatible with JetBrains JetBrains
OpenSearch Vector MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Search similar documents

Run k-Nearest Neighbors queries against an index using a provided embedding array to find conceptually related data.

Manage indexes

List all existing OpenSearch indexes and retrieve detailed configuration settings for any specific index.

Create vector indexes

Provision new k-NN indexes, setting them up with required dimensions and cosine similarity optimization.

Add document embeddings

Insert or update a single vector document directly into the index along with its metadata.

Remove documents

Delete specific vector documents from the embedding space using their unique identifier.

Waiting for input…

AI Agent
OpenSearch Vector

What AI agents can do with OpenSearch Vector with 6 Tools

Use these tools to create, read, update, delete, and search vector indexes directly from your AI agent.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using OpenSearch Vector MCP

Search

Executes a K-Nearest Neighbors search to find documents conceptually similar to a provided vector embedding.

List Indexes

Retrieves a list of all explicitly created indexes residing on the OpenSearch...

Get Index

Fetches detailed mapping and settings for a specific OpenSearch index name.

Index Document

Inserts or updates a single vector document directly into the OpenSearch KNN index...

Delete Document

Removes an entire vector document from the designated OpenSearch embedding space...

Create Index

Sets up a new, native OpenSearch KNN index optimized for receiving and storing vector embeddings.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

OpenSearch Vector MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The OpenSearch Vector integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with OpenSearch Vector, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
OpenSearch Vector MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by OpenSearch. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Managing Vector Data Used To Be a Command-Line Nightmare

Every time you need to check an index's health, verify its dimension count, or provision a new space for embeddings, you used to jump through hoops. That meant writing complex `curl` commands, managing JSON payloads, and jumping between the OpenSearch dashboard and your chat window just to get basic status updates.

Now, you tell your agent what you need—like checking all available indexes with list_indexes. The system handles the API calls in the background and gives you a clean, conversational summary of document counts and health status. It’s immediate.

OpenSearch Vector MCP: Direct Similarity Search

Before this MCP, executing a conceptual search meant preparing the embedding vector array yourself and sending it in a highly structured payload. If your top-K limit was wrong or the index name changed, the whole query failed.

Now you just need to ask for it. Your agent handles the precision required for k-NN searches, making sure the correct index is targeted and the search parameters are perfect every time.

What OpenSearch Vector MCP does for your AI

Need to run semantic searches on your knowledge base? This MCP connects OpenSearch directly to your AI client, turning it into a powerful vector store. You don't have to leave your chat window to perform complex database operations. Your agent can now execute k-Nearest Neighbors queries against any index, retrieving documents based on conceptual similarity rather than keywords.

It handles the full lifecycle of vector data. Need to start fresh? You can provision new k-NN indexes optimized for specific dimensions and similarities. Later, when you have content ready, your agent will upsert those vectors with associated metadata. The whole process—from checking an index's current count to running a deep similarity search—is accessible via natural conversation.

By connecting this MCP through the Vinkius catalog, you get immediate access to robust vector management for your entire suite of AI applications.

Built · Hosted · Managed by Vinkius OpenSearch Vector - Run k-NN Searches via AI
Server ID 019d75e9-e793-739b-9899-3ac45e85b9c3
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about OpenSearch Vector MCP

How do I start with OpenSearch Vector MCP? +

Start by subscribing to this MCP and providing your OpenSearch credentials. Once connected, you can immediately use list_indexes to see what indexes are available in your cluster.

What is the difference between search and index_document using OpenSearch Vector MCP? +

The 'search' tool reads data: it takes an embedding and finds similar documents. The 'index_document' tool writes data: it takes an embedding and saves it to the cluster.

Can I create a new index with OpenSearch Vector MCP? +

Yes, you use the create_index tool. You specify if you want k-NN enabled and what vector dimensions (like 768 or 1536) the index needs.

How do I find out about an existing OpenSearch index? +

Use get_index. This tool retrieves the full mapping, settings, and engine configuration for any specific index you point it toward.

Does OpenSearch Vector MCP only handle text searches? +

No, this MCP is specifically designed for vector data. It executes k-NN searches on dense float vectors (embeddings), making it ideal for semantic similarity tasks.