Course
Give your AI a permanent memory of your business. A course for people who use ChatGPT or Claude daily.Compound Context

About mcp-server-weaviate

This MCP server connects AI assistants directly to your Weaviate database, giving them tools to add new items and search existing data with fast hybrid queries. You just point it at your Weaviate setup and let your AI handle the rest.

Tools (2)

insert_one

Insert an object into weaviate.

query

Retrieve objects from weaviate with hybrid search.

README

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

{}