Skip to main content
ClaudeWave

Command-line interface for Signadot.

MCP ServersRegistry oficial8 estrellas4 forksGoApache-2.0Actualizado 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).
Casos de uso

Resumen de MCP Servers

# 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).

Lo que la gente pregunta sobre cli

¿Qué es signadot/cli?

+

signadot/cli es mcp servers para el ecosistema de Claude AI. Command-line interface for Signadot. Tiene 8 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala cli?

+

Puedes instalar cli clonando el repositorio (https://github.com/signadot/cli) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar signadot/cli?

+

Nuestro agente de seguridad ha analizado signadot/cli y le ha asignado un Trust Score de 84/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene signadot/cli?

+

signadot/cli es mantenido por signadot. La última actividad registrada en GitHub es de today, con 22 issues abiertos.

¿Hay alternativas a cli?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega cli en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a cli