mcp-server-weaviate
125
Weaviate MCP Server is designed to facilitate data interaction with Weaviate using Model Context Protocol. It supports object insertion and querying through hybrid search capabilities.
Weaviate MCP Server
Instructions
Build the server:
make build
Run the test client
make run-client
Tools
Insert One
Insert an object into weaviate.
Request body:
{}
Response body
{}
Query
Retrieve objects from weaviate with hybrid search.
Request body:
{}
Response body
{}