Build the server: Run the test client Insert an object into weaviate. Request body: Response body Retrieve objects from weaviate with hybrid search. Request body: Response body
Add this skill
npx mdskills install weaviate/mcp-server-weaviateProvides Weaviate vector database integration but lacks configuration details and tool schemas
1# Weaviate MCP Server23## Instructions45Build the server:6```7make build8```910Run the test client11```12make run-client13```1415## Tools1617### Insert One18Insert an object into weaviate.1920**Request body:**21```json22{}23```2425**Response body**26```json27{}28```2930### Query31Retrieve objects from weaviate with hybrid search.3233**Request body:**34```json35{}36```3738**Response body**39```json40{}41```42
Full transparency — inspect the skill content before installing.