Skip to main content
ClaudeWave

MCP server for Clavis — secure credential management for AI agents

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
49/100
! Caution
Passed
  • Recently active
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · @clavisagent/mcp-server
Claude Code CLI
claude mcp add clavis-mcp -- npx -y @clavisagent/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "clavis-mcp": {
      "command": "npx",
      "args": ["-y", "@clavisagent/mcp-server"]
    }
  }
}
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.
Casos de uso

Resumen de MCP Servers

# Clavis MCP Server

Secure credential management for Claude Desktop and MCP servers.

## Features

- 🔐 Encrypted credential storage (AES-128-CBC + HMAC-SHA256, via Fernet)
- 🛡️ Server-side credential injection — the raw key never enters the conversation
- 🔄 Automatic OAuth token refresh
- ⚡ Distributed rate limiting
- 📊 Audit logging on every credential access

## Installation

```bash
npx @clavisagent/mcp-server
```

Or install globally:

```bash
npm install -g @clavisagent/mcp-server
```

## Usage with Claude Desktop

Add the following to your Claude Desktop configuration file (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "clavis": {
      "command": "npx",
      "args": ["-y", "@clavisagent/mcp-server"],
      "env": {
        "CLAVIS_API_KEY": "eyJ..."
      }
    }
  }
}
```

## Usage with Claude Code

```bash
claude mcp add clavis -- npx -y @clavisagent/mcp-server
```

## Configuration

| Variable | Required | Default | Description |
|---|---|---|---|
| `CLAVIS_API_KEY` | yes | — | Your Clavis JWT, from `POST /v1/auth/login`. Not the `cla_…` key shown at sign-up. |
| `CLAVIS_API_URL` | no | `https://clavisagent.com` | Base URL of your Clavis instance. Set this for self-hosted deployments. |

## Available Tools

| Tool | Description |
|---|---|
| `call_service` | **Recommended.** Make an API call with server-side credential injection — the credential is injected into the upstream request server-side, so the raw key never enters the conversation. |
| `get_credentials` | Legacy. Returns the raw access token or API key for a named service. Prefer `call_service`. |
| `list_services` | List all services with stored credentials |
| `check_credential_status` | Check the status and expiry of credentials for a service |

### Security note

Prefer `call_service` over `get_credentials`. `call_service` keeps the secret
server-side, so a prompt injection has no credential in context to exfiltrate.
`get_credentials` places the raw key in the conversation and exists only for
callers that must hold the token themselves.

## License

MIT

Lo que la gente pregunta sobre clavis-mcp

¿Qué es KN0WBOT/clavis-mcp?

+

KN0WBOT/clavis-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Clavis — secure credential management for AI agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala clavis-mcp?

+

Puedes instalar clavis-mcp clonando el repositorio (https://github.com/KN0WBOT/clavis-mcp) 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 KN0WBOT/clavis-mcp?

+

Nuestro agente de seguridad ha analizado KN0WBOT/clavis-mcp y le ha asignado un Trust Score de 49/100 (tier: Caution). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene KN0WBOT/clavis-mcp?

+

KN0WBOT/clavis-mcp es mantenido por KN0WBOT. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a clavis-mcp?

+

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

Despliega clavis-mcp 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: KN0WBOT/clavis-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kn0wbot-clavis-mcp)](https://claudewave.com/repo/kn0wbot-clavis-mcp)
<a href="https://claudewave.com/repo/kn0wbot-clavis-mcp"><img src="https://claudewave.com/api/badge/kn0wbot-clavis-mcp" alt="Featured on ClaudeWave: KN0WBOT/clavis-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a clavis-mcp