Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Claude Code plugin marketplace by KeeperHub.

## Setup

> **Prerequisite:** Claude Code's `/plugin marketplace add` clones this repository over SSH.
> You need a GitHub SSH key configured before running the commands below.
> If you see `Permission denied (publickey)`, see [GitHub's SSH setup guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh).
> Alternatively, configure the MCP server directly without the plugin system:
> ```
> claude mcp add --transport http --scope user keeperhub https://app.keeperhub.com/mcp
> ```

```
/plugin marketplace add KeeperHub/claude-plugins
/plugin install keeperhub@keeperhub-plugins
Expand Down