Claude Tools / Plugins / nullstone
Plugins · nullstone-io/nullstone
nullstone
Manage infrastructure, applications, and deployments on the Nullstone platform via MCP
CLEARED_STATICclaude-onlyv1.0.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
README
From the repository
# Nullstone Nullstone is a Heroku-like developer platform launched on your cloud accounts. We offer a simple developer experience for teams that want to use Infrastructure-as-code tools like Terraform. This repository contains code for the Nullstone CLI which is used to manage Nullstone from the command line. This includes creating and deploying app, domains, and datastore as well as creating and managing Terraform workspaces. ## How to Install ### Homebrew (Mac) ```shell brew tap nullstone-io/nullstone https://github.com/nullstone-io/nullstone.git brew install nullstone ``` ### Snap (Linux) [](https://snapcraft.io/nullstone) ### Scoop (Windows) ```shell scoop bucket add nullstone https://github.com/nullstone-io/nullstone.git scoop install nullstone ``` ## Documentation For a complete set of Nullstone documentation, visit [docs.nullstone.io](https://docs.nullstone.io). Check out the links below for specific topics within the docs. - [CLI Docs](https://docs.nullstone.io/getting-started/cli/docs.html) - Learn more about the Nullstone CLI; including how to install and use it. …