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
{}
Recommend MCP Servers 💡
mongo-mcp
A mongo db server for the model context protocol (MCP)
redis-mcp-server
Official Redis MCP Server enabling natural language management and search of Redis data for agentic applications.
neondatabase-labs/mcp-server-neon
An open-source MCP server that enables natural language interaction with Neon Postgres databases via the Neon Management API.
mcp-filesystem-server
Go server implementing Model Context Protocol (MCP) for filesystem operations.
yugabytedb-mcp
An MCP server implementation for YugabyteDB that allows LLMs to directly interact with your database.
airtable-mcp-server
A Model Context Protocol server that provides read and write access to Airtable databases, enabling LLMs to inspect schemas, read and write records.