mcpbeat Sign in

Clavis MCP Server

local only

Clavis runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 16 Aug 2026.

Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging.

Installs per day peak 24 · avg 11 · +68% w/w
a month agotoday
55
Installs / week
npm · @clavisagent/mcp-server
0
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Clavis every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clavis -- npx -y @clavisagent/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clavis": {
      "args": [
        "-y",
        "@clavisagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clavis]
command = "npx"
args = ["-y", "@clavisagent/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clavis": {
      "args": [
        "-y",
        "@clavisagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clavis": {
      "args": [
        "-y",
        "@clavisagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Clavis

same job, measured the same way
Agentvault
by bch1212

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

24 installs/wk local only
AgenTrux
by agentrux

Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.

answering
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
Nostr Ops MCP
by llmops-pro

Nostr publishing, queries, and DMs for AI agents, with allowlists, rate limits, and an audit log.

36 installs/wk local only
Securecode
by juanisidoro

Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.

86 installs/wk local only
Kakunin
by nqzai

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

62 installs/wk local only
Kakunin
by kakunin-ai

X.509 identity, risk scoring, and audit logging for AI agents. MiCA + EU AI Act compliant.

local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only

Clavis — questions

Answers built from our own checks of this server.

Why is there no uptime for Clavis?
Clavis runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @clavisagent/mcp-server was installed 55 times last week.
How do I connect Clavis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @clavisagent/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clavis?
The npm package @clavisagent/mcp-server was installed 55 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clavis open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.