PluginBench
MCP Server
Active
MIT

io.github.bch1212/agentvault MCP Server

io.github.bch1212/agentvault

What is the io.github.bch1212/agentvault MCP server?

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

How to install io.github.bch1212/agentvault

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AGENTVAULT_API_URL
    required

    Base URL of your AgentVault deployment

  • AGENTVAULT_AGENT_KEY
    required
    secret

    Your avk_ agent API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentvault": {
      "command": "npx",
      "args": [
        "-y",
        "agentvault-mcp"
      ],
      "env": {
        "AGENTVAULT_API_URL": "<YOUR_AGENTVAULT_API_URL>",
        "AGENTVAULT_AGENT_KEY": "<YOUR_AGENTVAULT_AGENT_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentvault": {
      "command": "npx",
      "args": [
        "-y",
        "agentvault-mcp"
      ],
      "env": {
        "AGENTVAULT_API_URL": "<YOUR_AGENTVAULT_API_URL>",
        "AGENTVAULT_AGENT_KEY": "<YOUR_AGENTVAULT_AGENT_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentvault": {
      "command": "npx",
      "args": [
        "-y",
        "agentvault-mcp"
      ],
      "env": {
        "AGENTVAULT_API_URL": "<YOUR_AGENTVAULT_API_URL>",
        "AGENTVAULT_AGENT_KEY": "<YOUR_AGENTVAULT_AGENT_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentvault": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentvault-mcp"
      ],
      "env": {
        "AGENTVAULT_API_URL": "<YOUR_AGENTVAULT_API_URL>",
        "AGENTVAULT_AGENT_KEY": "<YOUR_AGENTVAULT_AGENT_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add agentvault --env AGENTVAULT_API_URL=<YOUR_AGENTVAULT_API_URL> --env AGENTVAULT_AGENT_KEY=<YOUR_AGENTVAULT_AGENT_KEY> -- npx -y agentvault-mcp

Related MCP servers

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

1
Python
View repository →

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

1
Python
MIT
View repository →

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

0
TypeScript
MIT
View repository →

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

0
Python
MIT
View repository →

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

0
Python
MIT
View repository →

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

0
Python
MIT
View repository →