P

mcp-server-weaviate

Created Oct 19, 2025 by weaviate

Language:

Python

Stars:

79

Forks:

16

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

{}
Last updated: Oct 19, 2025

Publisher info

weaviate's avatar

weaviate

Weaviate creates database software like the Weaviate vector search engine

worldwide
733
followers
0
following
115
repos

More MCP servers built with Python

Stable Diffusion WebUI

Stable Diffusion web UI

By AUTOMATIC1111 160.1K
Transformers

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

By huggingface 155.5K
PyTorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

By pytorch 96.8K