MCP server for Clavis — secure credential management for AI agents
- ✓Recently active
- ✓Clear description
- !No standard license detected
claude mcp add clavis-mcp -- npx -y @clavisagent/mcp-server{
"mcpServers": {
"clavis-mcp": {
"command": "npx",
"args": ["-y", "@clavisagent/mcp-server"]
}
}
}MCP Servers overview
# 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
What people ask about clavis-mcp
What is KN0WBOT/clavis-mcp?
+
KN0WBOT/clavis-mcp is mcp servers for the Claude AI ecosystem. MCP server for Clavis — secure credential management for AI agents It has 0 GitHub stars and was last updated today.
How do I install clavis-mcp?
+
You can install clavis-mcp by cloning the repository (https://github.com/KN0WBOT/clavis-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is KN0WBOT/clavis-mcp safe to use?
+
Our security agent has analyzed KN0WBOT/clavis-mcp and assigned a Trust Score of 49/100 (tier: Caution). See the full breakdown of passed checks and flags on this page.
Who maintains KN0WBOT/clavis-mcp?
+
KN0WBOT/clavis-mcp is maintained by KN0WBOT. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to clavis-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy clavis-mcp 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.
[](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>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!