mcp-server-weaviate
If you are the rightful owner of mcp-server-weaviate and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Weaviate MCP Server is a protocol server designed to interact with the Weaviate vector database, providing functionalities for inserting and querying data.
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
{}