agentvault-mcp
v0.1.0
Published
MCP server for AgentVault — AI-native credential vault for autonomous agents.
Downloads
156
Maintainers
Readme
agentvault-mcp
MCP server for AgentVault — AI-native credential vault for autonomous agents.
Install
npx -y agentvault-mcpClaude 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; optionalcostcharges 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.
