1claw-mcp

1clawAI/1claw-mcp
★ 2 stars TypeScript 🤖 AI/LLM Updated 7d ago
MCP server for 1claw secrets vault — gives AI agents secure, just-in-time access to secrets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "1claw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "1clawAI/1claw-mcp"
      ]
    }
  }
}