An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store.
Claude Desktop config.json'a ekle
{
"mcpServers": {
"weaviate-mcp-server-weaviate": {
"command": "node",
"args": [
"~/.mcp/mcp-server-weaviate/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/weaviate/mcp-server-weaviate.git ~/.mcp/mcp-server-weaviate
cd ~/.mcp/mcp-server-weaviate This standalone server is deprecated. The Weaviate Model Context Protocol (MCP) server is now built into Weaviate itself — there is nothing to install or run separately.
Weaviate ships an MCP server inside the main weaviate/weaviate binary, available as a preview from v1.37.1 onward. Enable it with a single environment variable:
MCP_SERVER_ENABLED=true
It listens on the same port as the Weaviate REST API at /v1/mcp, authenticates via the existing API-key flow, and respects RBAC.
| Tool | Purpose |
|---|---|
weaviate-collections-get-config | Inspect collection schemas |
weaviate-tenants-list | List tenants in a multi-tenant collection |
weaviate-query-hybrid | Hybrid (vector + keyword) search |
weaviate-objects-upsert | Create or update objects |
Earlier versions of this repo contained a standalone Go implementation of an MCP server that wrapped the Weaviate REST API. That implementation has been superseded by the built-in server and is no longer maintained. The history is preserved in git for reference; for the previous source, see the commits before this notice.
Open source MCP server specializing in easy, fast, and secure tools for Databases.
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.
MySQL database integration in NodeJS with configurable access controls and schema inspection
A Qdrant MCP server