mcp-server-weaviate

MCP (Model Context Protocol) server for Weaviate

GitHub Stars

150

User Rating

Not Rated

Favorites

0

Views

158

Forks

40

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Required software and versions:
Go: 1.16 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/weaviate/mcp-server-weaviate
cd mcp-server-weaviate

2. Build the Server

bash
make build

3. Run the Test Client

bash
make run-client

Troubleshooting

Common Issues

Issue: Server fails to build Solution: Check the Go version and ensure dependencies are correctly installed.