“六个月前,每个人都在谈论MCP。我当时想,拧紧MCP。每个MCP作为CLI都会更好。” — 彼得·斯坦伯格OpenClaw创始人 在YouTube上观看(~2:39:00) | 莱克斯·弗里德曼播客#491
1Password命令行界面
用于1Password Secrets/Connect API的生产就绪CLI。
安装
npm install -g @ktmcp-cli/1password配置
1password config set --token YOUR_CONNECT_TOKEN
1password config set --base-url https://your-connect-server.example.com用法
拱顶
# List all vaults
1password vaults list
# Get vault details
1password vaults get 物品
# List items in a vault
1password items list
# Filter items by title
1password items list --filter "database"
# Get a specific item
1password items get
# Create a new item
1password items create --title "My Login" --category LOGIN \
--fields '[{"label":"username","value":"myuser","type":"STRING"},{"label":"password","value":"secret","type":"CONCEALED"}]'
# Update an item
1password items update --title "Updated Title"
# Delete an item
1password items delete 文件
# List files attached to an item
1password files list
# Get file metadata
1password files get 配置
# Set a config value
1password config set --token YOUR_TOKEN
# Get a config value
1password config get token
# List all config
1password config listJSON输出
所有命令支持 --json 机器可读输出标志:
1password vaults list --json
1password items get --json许可证
麻省理工学院
______________________________________________________________________
支持KTMCP
如果您发现此CLI有用,我们将非常感谢您的支持!分享您的经验:
- 红迪
- 推特/X
- 黑客新闻
激励: 能够证明他们的支持/倡导有助于推进KTMCP的用户将优先考虑他们的功能请求和问题。
请注意,这些是真实的账户和真实的社区。真实的提及和真实的推荐会有很长的路要走!
支持这个项目
如果您发现此CLI有用,我们将感谢Reddit、Twitter、Hacker News或Moltbook的支持。请注意,这些是真实的社区账户。能够证明其支持有助于推进KTMCP的贡献者将优先考虑其PR和功能请求。
