overlock-network/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Overlock MCP Server is designed for Overlock Network providers, offering a robust and efficient Model Context Protocol server solution.
Overlock MCP Server
Model Context Protocol server for Overlock Network providers.
Usage
Local
# Build and run
make build
make run
# Testing
make test # Run all tests
make test-unit # Run unit tests only
make test-e2e # Run E2E tests only
# Clean
make clean
Using Docker
# Build Docker image
make docker-build
# Run with Docker
make docker-run
# Testing with Docker
make docker-test