Skip to content

Commit e1615e3

Browse files
committed
Updated README with Claude Code install instructions
1 parent 7962096 commit e1615e3

1 file changed

Lines changed: 24 additions & 10 deletions

File tree

README.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,12 @@
22

33
[![smithery badge](https://smithery.ai/badge/@devhub/devhub-cms-mcp)](https://smithery.ai/server/@devhub/devhub-cms-mcp)
44

5-
A Model Context Protocol (MCP) integration for managing content in the [DevHub CMS system](https://www.devhub.com/).
5+
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) integration for managing content in the [DevHub CMS system](https://www.devhub.com/).
66

77
## Installation
88

99
You will need the [uv](https://github.com/astral-sh/uv) package manager installed on your local system.
1010

11-
### Installing via Smithery
12-
13-
To install DevHub CMS MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@devhub/devhub-cms-mcp):
14-
15-
```bash
16-
npx -y @smithery/cli install @devhub/devhub-cms-mcp --client claude
17-
```
18-
1911
### Manual configuration of Claude Desktop
2012

2113
To use this server with the [Claude Desktop app](https://claude.ai/download), add the following configuration to the "mcpServers" section of your `claude_desktop_config.json`:
@@ -40,12 +32,34 @@ To use this server with the [Claude Desktop app](https://claude.ai/download), ad
4032

4133
After updating the config, restart Claude Desktop.
4234

43-
## Manual configuration for Cursor
35+
### Manual configuration for Cursor
4436

4537
This MCP can also be used in cursor with a similar configuration from above added to your [Cursor](https://www.cursor.com/) global environment or to individual projects.
4638

4739
Examples [here](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers)
4840

41+
### Installing via Claude Code
42+
43+
Claude Code's command line [supports MCP installs](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/tutorials#set-up-model-context-protocol-mcp).
44+
45+
You can add the `devhub-cms-mcp` by updating the environment variables below
46+
47+
```
48+
claude mcp add devhub-cms-mcp \
49+
-e DEVHUB_API_KEY=YOUR_KEY_HERE \
50+
-e DEVHUB_API_SECRET=YOUR_SECRET_HERE \
51+
-e DEVHUB_BASE_URL=https://yourbrand.cloudfrontend.net \
52+
-- uvx devhub-cms-mcp
53+
```
54+
55+
### Installing via Smithery
56+
57+
To install DevHub CMS MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@devhub/devhub-cms-mcp):
58+
59+
```bash
60+
npx -y @smithery/cli install @devhub/devhub-cms-mcp --client claude
61+
```
62+
4963
## Local development
5064

5165
### Clone the repo (or your fork)

0 commit comments

Comments
 (0)