- Install
mcphost
go install github.com/mark3labs/mcphost@latest- Create
mcp.json
{
"mcpServers": {
"container": {
"command": "go",
"args": ["run", "./cmd/main.go", "run", "--zerops-mcp.log.output", "discard"]
}
}
}- export APIKEY and run
export ANTHROPIC_API_KEY="API-KEY"
mcphost --config mcp.json Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.