Skip to content

zerops-dev/zerops-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerops MCP server

How to run

  1. Install mcphost
go install github.com/mark3labs/mcphost@latest
  1. Create mcp.json
{
  "mcpServers": {
    "container": {
      "command": "go",
      "args": ["run", "./cmd/main.go", "run", "--zerops-mcp.log.output", "discard"]
    }
  }
}
  1. export APIKEY and run
export ANTHROPIC_API_KEY="API-KEY"
mcphost  --config mcp.json 

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages