AgentHubAgentHub

Holster MCP

MCP ServerMCP Registry官方收录

com.nautaai/holster-mcp · v0.1.1

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

概览

Holster MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "holster-mcp": {
      "command": "uvx",
      "args": [
        "holster-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.nautaai/holster-mcp",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "Holster MCP",
  "description": "Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.",
  "repository": {
    "url": "https://github.com/nauta-ai/holster",
    "source": "github",
    "subfolder": "mcp"
  },
  "homepage": "https://nautaai.com/holster",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "holster-mcp",
        "version": "0.1.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.nautaai/holster-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.nautaai%2Fholster-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Holster MCP — MCP Server 安装与配置 · AgentHub