GitHub Stars
150
User Rating
Not Rated
Favorites
0
Views
42
Forks
40
Issues
5
README
Weaviate MCP Server
Instructions
Build the server:
make build
Run the test client
make run-client
Tools
Insert One
Insert an object into weaviate.
Request body:
{}
Response body
{}
Query
Retrieve objects from weaviate with hybrid search.
Request body:
{}
Response body
{}
Related MCPs
pprof-analyzer-mcp
29
The pprof-analyzer-mcp is an MCP server implemented in Go that provides a tool for analyzing Go pprof performance profiles. It helps identify performance bottlenecks by analyzing CPU and heap profiles. With user-friendly features that serialize results, it is extremely useful for developers seeking to optimize their applications.