Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Clavis

FreeNot checked

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

GitHubEmbed

About

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

README

Secure credential management for Claude Desktop and MCP servers.

Features

  • 🔐 Encrypted credential storage (AES-256)
  • 🔄 Automatic OAuth token refresh
  • ⚡ Distributed rate limiting
  • 📊 Full audit logging

Installation

npx @clavisagent/mcp-server

Or install globally:

npm install -g @clavisagent/mcp-server

Usage with Claude Desktop

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

{
  "mcpServers": {
    "clavis": {
      "command": "npx",
      "args": ["-y", "@clavisagent/mcp-server"]
    }
  }
}

Usage with Claude Code

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

Available Tools

Tool Description
get_credentials Retrieve a valid access token or API key for a named service
list_services List all services with stored credentials
check_credential_status Check the status and expiry of credentials for a service

License

MIT

from github.com/KN0WBOT/clavis-mcp

Install Clavis in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install clavis

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

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

FAQ

Is Clavis MCP free?

Yes, Clavis MCP is free — one-click install via Unyly at no cost.

Does Clavis need an API key?

No, Clavis runs without API keys or environment variables.

Is Clavis hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Clavis in Claude Desktop, Claude Code or Cursor?

Open Clavis on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Clavis with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs