Skip to main content
ClaudeWave

Command-line interface for Signadot.

MCP ServersOfficial Registry8 stars4 forksGoApache-2.0Updated today
ClaudeWave Trust Score
84/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual · cli
Claude Code CLI
git clone https://github.com/signadot/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cli": {
      "command": "cli"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/signadot/cli@latest (make sure it ends up on your PATH).
Use cases

MCP Servers overview

# Signadot CLI

This is the source repository for the [Signadot](https://signadot.com) command-line interface.

Please see the [CLI reference](https://www.signadot.com/docs/reference/cli) for installation and usage instructions.

To file an issue, please use our [community issue tracker](https://github.com/signadot/community/issues).

NOTE: Starting next release, and hence in the main branch, this repository has a dependency
on a private repository, and hence building or running from source will not work.
Previous releases should continue to work.

## Install

To install the CLI, run:

```sh
curl -sSLf https://raw.githubusercontent.com/signadot/cli/main/scripts/install.sh | sh
```

By default, the script will install the latest version at `/usr/local/bin/signadot`. The target version can be selected by setting the SIGNADOT_CLI_VERSION variable, while you can specify the install directory with `SIGNADOT_CLI_PATH`.

## Build

To build the CLI from source, such as to test changes, you'll need Go 1.18+.

The `main` package is in  `cmd/signadot`:

```sh
go build ./cmd/signadot
```

## Release

To release the CLI, you can use the release Github action.
Push a new tag that matches the format `v[0-9]+.[0-9]+.[0-9]`
and it will push new release artifacts and update brew.

### Post-release: publish to the MCP Registry

After the GitHub release artifacts are live, publish the MCP server entry
manually. goreleaser does not yet support the `fileSha256` integrity field
required by the MCP registry for `mcpb` packages.

**Prerequisite:** install [`mcp-publisher`](https://github.com/modelcontextprotocol/registry).

```sh
./scripts/gen-mcp-server-json.sh <version>   # e.g. v1.5.0 — writes server.json
mcp-publisher login github
mcp-publisher publish server.json
```

## See Also

The CLI is built on top of the [Go SDK](https://github.com/signadot/go-sdk).

The CLI is built using [libconnect](https://github.com/signadot/libconnect).

What people ask about cli

What is signadot/cli?

+

signadot/cli is mcp servers for the Claude AI ecosystem. Command-line interface for Signadot. It has 8 GitHub stars and was last updated today.

How do I install cli?

+

You can install cli by cloning the repository (https://github.com/signadot/cli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is signadot/cli safe to use?

+

Our security agent has analyzed signadot/cli and assigned a Trust Score of 84/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains signadot/cli?

+

signadot/cli is maintained by signadot. The last recorded GitHub activity is from today, with 22 open issues.

Are there alternatives to cli?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy cli to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: signadot/cli
[![Featured on ClaudeWave](https://claudewave.com/api/badge/signadot-cli)](https://claudewave.com/repo/signadot-cli)
<a href="https://claudewave.com/repo/signadot-cli"><img src="https://claudewave.com/api/badge/signadot-cli" alt="Featured on ClaudeWave: signadot/cli" width="320" height="64" /></a>

More MCP Servers

cli alternatives