🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentvault-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentvault-mcp

MCP server for AgentVault — AI-native credential vault for autonomous agents.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

agentvault-mcp

MCP server for AgentVault — AI-native credential vault for autonomous agents.

Install

npx -y agentvault-mcp

Claude Desktop / Cursor config

{
  "mcpServers": {
    "agentvault": {
      "command": "npx",
      "args": ["-y", "agentvault-mcp"],
      "env": {
        "AGENTVAULT_API_URL": "https://agentvault-api-production.up.railway.app",
        "AGENTVAULT_AGENT_KEY": "avk_..."
      }
    }
  }
}

Tools

  • list_credentials() — list names this agent can read.
  • get_credential(name, cost?) — retrieve a decrypted value; optional cost charges the agent's budget.
  • vault_status() — check API connectivity.

Get an avk_ key by creating an agent identity at the live API (POST /api/v1/agents) or via the dashboard (coming soon).

License

MIT.

Keywords

mcp

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts