Add your description here
Project description
mcp-server-weaviate
MCP server for Weaviate
🏎️ Quickstart
Prerequisites
- Ensure you have
uvinstalled (see the docs for details) - Clone this repository
Install
Installing via Smithery
To install Weaviate MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @weaviate/mcp-server-weaviate --client claude
Claude Desktop
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Development/Unpublished Servers Configuration
{
"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"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_mcp_server_weaviate-0.1.1.tar.gz.
File metadata
- Download URL: mseep_mcp_server_weaviate-0.1.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7be002d3151e84e7c4cf7ed7d6e37e732d99df4cc2fd53ce8b026fecd6560d1f
|
|
| MD5 |
758dc1be58afbb67a7d7a8fa3032ecf1
|
|
| BLAKE2b-256 |
53f4978200df7b9895cb972d025e4a80ecfbc8a9b4f977d1274676771c53989b
|
File details
Details for the file mseep_mcp_server_weaviate-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mseep_mcp_server_weaviate-0.1.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e27f6b60dca679bcc38b16dfea7783a36e33f3b279668ffb0d7a092dd318304d
|
|
| MD5 |
5f09be52301173ee1c4a835c2973a465
|
|
| BLAKE2b-256 |
553cc64bc768d137d3182afc47b78c52f792594f87c282965f6adf3e1361d475
|