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 💡
panasenco/mcp-sqlite
MCP server that enables AI agents to interact with SQLite databases through structured tools and queries.
toolbox
An open source MCP server for databases that simplifies tool development, integration, and management with features like connection pooling, authentication, and observability.
mcp-trino
A high-performance MCP server for Trino implemented in Go, enabling AI assistants to interact with Trino's distributed SQL query engine through standardized MCP tools.
@lishenxydlgzs/aws-athena-mcp
A Model Context Protocol (MCP) server for running AWS Athena queries, enabling AI assistants to execute SQL queries against AWS Athena databases and retrieve results.
cockroachdb-mcp-server
A natural language interface for LLMs and agentic applications to manage, monitor, and query data in CockroachDB, integrating seamlessly with MCP clients.
@mabeldata/pocketbase-mcp
An MCP server for interacting with PocketBase instances, enabling management of records, files, collections, logs, cron jobs, and migrations.