Compare commits
6 commits
f9324e53f7
...
32311bf801
| Author | SHA1 | Date | |
|---|---|---|---|
| 32311bf801 | |||
| b954041a63 | |||
| 75765b28e9 | |||
| 9d8e59124b | |||
| c6f706c213 | |||
| 9c7641e871 |
2 changed files with 3 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ claude mcp add ghost --scope user \
|
|||
-e GHOST_URL=http://localhost:2368 \
|
||||
-e GHOST_CONTENT_API_KEY=your_key_here \
|
||||
-e GHOST_ADMIN_API_KEY=your_key_here \
|
||||
-- uvx --refresh --from git+https://git.thenets.org/luiz/ghost-mcp.git ghost-mcp
|
||||
-- uvx ghost-mcp
|
||||
```
|
||||
|
||||
## 🌟 Getting Started
|
||||
|
|
@ -25,9 +25,6 @@ For most MCP clients, use this configuration:
|
|||
"ghost": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"--refresh",
|
||||
"--from",
|
||||
"git+https://git.thenets.org/luiz/ghost-mcp.git",
|
||||
"ghost-mcp"
|
||||
],
|
||||
"env": {
|
||||
|
|
@ -75,7 +72,7 @@ make setup # This will start Ghost, create tokens, and configure everything
|
|||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://git.thenets.org/luiz/ghost-mcp.git
|
||||
git clone https://github.com/thenets/ghost-mcp.git
|
||||
cd ghost-mcp
|
||||
|
||||
# Complete setup from scratch
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "ghost-mcp"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "Ghost CMS MCP server providing comprehensive Ghost API access"
|
||||
authors = [{name = "Ghost MCP Team"}]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue