You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).
6
6
7
7
## Installation
8
8
9
9
You will need the [uv](https://github.com/astral-sh/uv) package manager installed on your local system.
10
10
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
-
19
11
### Manual configuration of Claude Desktop
20
12
21
13
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
40
32
41
33
After updating the config, restart Claude Desktop.
42
34
43
-
## Manual configuration for Cursor
35
+
###Manual configuration for Cursor
44
36
45
37
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.
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
0 commit comments