Bitwarden for your agents.
Connect Bitwarden once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Bitwarden.
What agents can do with Bitwarden
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
bitwarden_list_collectionsCheck the token: list all collections in the vault.
bitwarden_list_itemsList all items in the vault (passwords, notes, cards).
bitwarden_get_itemGet details of a specific vault item (cipher) by id.
bitwarden_list_organizationsList organizations the user belongs to.
bitwarden_list_membersList members of an organization.
bitwarden_get_collectionGet details of a specific collection by id.
bitwarden_get_organizationGet details of a specific organization.
bitwarden_list_organization_collectionsList collections within an organization.
bitwarden_list_projectsList projects (Bitwarden Secrets Manager) for an organization.
bitwarden_create_itemCreate a new vault item (cipher).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to the Bitwarden web vault, go to Settings > Security > API Keys.
- Click 'View API Key' and copy the client_id and client_secret.
- The client_id is the first field; the client_secret is the second.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Bitwarden to Even: call connect_begin("bitwarden") on the even-connect MCP and walk me through it.
List Bitwarden vault collections and cipher items, then retrieve organization members for access audits and provisioning.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.