GitHub Stars
150
User Rating
Not Rated
Favorites
0
Views
158
Forks
40
Issues
5
Installation
Difficulty
BeginnerEstimated 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.Additional Resources
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.