Weaviate Mcp Server Weaviate
Memory KnowledgeWeaviate Mcp Server Weaviate MCP server enables seamless integration between AI agents and external services. Built on the Model Context Protocol, it provides standardized access to tools and data for AI-powered workflows.
Installation
PYTHON_PATH -m src.server --weaviate-url YOUR_WEAVIATE_URL --weaviate-api-key YOUR_WEAVIATE_API_KEY --search-collection-name YOUR_SEARCH_COLLECTION --store-collection-name YOUR_STORE_COLLECTION --openai-api-key YOUR_OPENAI_API_KEYView configuration snippet
{
"mcpServers": {
"mcp-server-weaviate": {
"command": "PYTHON_PATH",
"args": [
"-m",
"src.server",
"--weaviate-url",
"YOUR_WEAVIATE_URL",
"--weaviate-api-key",
"YOUR_WEAVIATE_API_KEY",
"--search-collection-name",
"YOUR_SEARCH_COLLECTION",
"--store-collection-name",
"YOUR_STORE_COLLECTION",
"--openai-api-key",
"YOUR_OPENAI_API_KEY"
],
"env": {
"PYTHONPATH": "PATH_TO_MCP_SERVER_WEAVIATE_DIRECTORY"
}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Basic Memory
Basic Memory is a Model Context Protocol server designed to extend AI agent capabilities. It exposes tools, resources, and prompts that allow AI assistants like Claude and Cursor to perform specialized tasks.
Memory Bank Mcp
Memory Bank Mcp is an MCP (Model Context Protocol) server that enables AI agents and assistants to interact with external tools, data sources, and services. It provides standardized tools and resources for seamless integration with Claude, Cursor, and other MCP-compatible clients.
Mcp Knowledge Graph
Mcp Knowledge Graph is an open-source MCP server that gives AI assistants access to specialized functionality. Compatible with Claude Desktop, Cursor, and other MCP clients for enhanced AI agent workflows.
Memorymesh
Memorymesh is an MCP (Model Context Protocol) server that enables AI agents and assistants to interact with external tools, data sources, and services. It provides standardized tools and resources for seamless integration with Claude, Cursor, and other MCP-compatible clients.
Like this server?
Discover more MCP servers or submit your own to directory.