Remote Model Context Protocol (MCP) Integration
MCPAISecurity
Connect AI agents in Cursor and Claude Desktop directly to your ApiVault keys via Model Context Protocol (MCP) with OAuth 2.0 authorization.
#Connect AI Coding Agents to ApiVault
You can now connect AI coding agents in Cursor, Claude Desktop, and Codex directly to ApiVault via our remote Model Context Protocol (MCP) server.
cursor_mcp_config.jsonJSON
{
"mcpServers": {
"apivault": {
"url": "https://apivault-mcp.vercel.app/mcp"
}
}
}#Six Dedicated Scoped Tools
AI agents can securely perform API key operations based on your granted OAuth scopes:
list_keys: Query available secret names, environments, and services.get_key: Retrieve masked key records with metadata.reveal_key: Decrypt and reveal secret keys with explicit user consent.add_key,update_key,delete_key: Manage vault keys programmatically.
Note
All MCP authorizations use PKCE OAuth 2.0 flows and can be audited or revoked at any time from your Dashboard Settings.