Add Claude Code installation
This commit is contained in:
parent
8a2c936a41
commit
73ba32a0a1
1 changed files with 13 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -29,6 +29,16 @@ Standard config works in most of the tools:
|
|||
}
|
||||
```
|
||||
|
||||
### Install on Claude Code
|
||||
|
||||
```bash
|
||||
claude mcp add ghost --scope user \
|
||||
-e GHOST_URL=http://localhost:2368 \
|
||||
-e GHOST_CONTENT_API_KEY=your_content_api_key_here \
|
||||
-e GHOST_ADMIN_API_KEY=your_admin_api_key_here \
|
||||
-- uvx --refresh --from git+https://git.thenets.org/luiz/ghost-mcp.git ghost-mcp
|
||||
```
|
||||
|
||||
### Creating API Keys
|
||||
|
||||
To create the required API keys for your Ghost instance:
|
||||
|
|
@ -53,7 +63,7 @@ make setup # This will start Ghost, create tokens, and configure everything
|
|||
- **Configuration Management**: Environment variables with precedence
|
||||
- **Development Tools**: Complete Docker setup and automation scripts
|
||||
|
||||
## 🚀 Quick Start
|
||||
## 🛠️ Development
|
||||
|
||||
### Prerequisites
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue