io.github.CakeRepository/1password✓
io.github.CakeRepository/1password · v2.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.CakeRepository/1password",
"description": "MCP server for 1Password service accounts — tools and resources for vaults and credentials",
"repository": {
"url": "https://github.com/CakeRepository/1Password-MCP.git",
"source": "github"
},
"version": "2.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "@takescake/1password-mcp",
"version": "2.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The Service Account Token from 1Password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OP_SERVICE_ACCOUNT_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}