← Back to Plugins
MCP Server MCP

io.github.CakeRepository/1password

github By github 👁 1 views ▲ 0 votes

MCP server for 1Password service accounts — tools and resources for vaults and credentials

Homepage Verified source GitHub

Install

npx -y @takescake/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@takescake/1password-mcp",
      "version": "2.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "The Service Account Token from 1Password (required unless OP_KEYCHAIN_SERVICE is used on macOS)",
          "format": "string",
          "isSecret": true,
          "name": "OP_SERVICE_ACCOUNT_TOKEN"
        },
        {
          "description": "macOS only: Keychain service name to read the 1Password service account token from when OP_SERVICE_ACCOUNT_TOKEN is not set",
          "format": "string",
          "name": "OP_KEYCHAIN_SERVICE"
        },
        {
          "description": "macOS only: Optional Keychain account name to narrow the lookup used with OP_KEYCHAIN_SERVICE",
          "format": "string",
          "name": "OP_KEYCHAIN_ACCOUNT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...