Content
# 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:**
```json
{}
```
**Response body**
```json
{}
```
### Query
Retrieve objects from weaviate with hybrid search.
**Request body:**
```json
{}
```
**Response body**
```json
{}
```
Connection Info
You Might Also Like
MarkItDown MCP
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Github
The GitHub MCP Server connects AI tools to manage code, issues, and workflows.

apisix
Apache APISIX is an open-source API gateway for managing APIs and microservices.
opik
Opik is a versatile tool for managing and optimizing machine learning experiments.

MCP Toolbox for Databases
MCP Toolbox for Databases is an open-source server simplifying database tool...

sqlglot
SQLGlot is a no-dependency SQL parser and transpiler supporting 31 dialects.