mcp-server-weaviate

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.

How do I build the Weaviate MCP Server?

You can build the server by running the command make build.

How can I run the test client for the server?

You can run the test client by executing the command make run-client.

What format is used for request and response bodies?

The server uses JSON format for both request and response bodies.

What is the purpose of the 'Insert One' tool?

The 'Insert One' tool is used to insert an object into the Weaviate database.

What does the 'Query' tool do?

The 'Query' tool retrieves objects from Weaviate using a hybrid search mechanism.