Skip to content

Commit e81535e

Browse files
authored
update mcp url
1 parent ae782ab commit e81535e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/user-guide/mcp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MCP must be enabled by a workspace admin before it can be used.
1919
1. Go to **Settings** > **AI & MCP**.
2020
2. Click the **MCP** tab.
2121
3. Toggle the MCP switch on.
22-
4. The **MCP Server URL** is displayed. It follows the format: `https://YOUR_DOCMOST_URL.com/api/mcp`.
22+
4. The **MCP Server URL** is displayed. It follows the format: `https://YOUR_DOCMOST_URL.com/mcp`.
2323

2424
Once enabled, any workspace member with an API key can connect their AI tools to the MCP server.
2525

@@ -47,7 +47,7 @@ Add the following to your Claude Desktop configuration file (`claude_desktop_con
4747
"args": [
4848
"-y",
4949
"mcp-remote",
50-
"https://YOUR_DOCMOST_URL.com/api/mcp",
50+
"https://YOUR_DOCMOST_URL.com/mcp",
5151
"--header",
5252
"Authorization: Bearer YOUR_API_KEY"
5353
]
@@ -63,13 +63,13 @@ Replace `https://YOUR_DOCMOST_URL.com` with your Docmost instance URL and `YOUR_
6363
Run one of the following commands to add the Docmost MCP server:
6464

6565
```bash
66-
claude mcp add --transport http --header "Authorization: Bearer YOUR_API_KEY" docmost https://YOUR_DOCMOST_URL.com/api/mcp
66+
claude mcp add Docmost --transport http https://YOUR_DOCMOST_URL.com/mcp --header "Authorization: Bearer YOUR_API_KEY"
6767
```
6868

6969
Or using `mcp-remote`:
7070

7171
```bash
72-
claude mcp add docmost -- npx -y mcp-remote https://YOUR_DOCMOST_URL.com/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
72+
claude mcp add docmost -- npx -y mcp-remote https://YOUR_DOCMOST_URL.com/mcp --header "Authorization: Bearer YOUR_API_KEY"
7373
```
7474

7575
### Cursor
@@ -84,7 +84,7 @@ Add the following to your Cursor MCP configuration (`.cursor/mcp.json`):
8484
"args": [
8585
"-y",
8686
"mcp-remote",
87-
"https://YOUR_DOCMOST_URL.com/api/mcp",
87+
"https://YOUR_DOCMOST_URL.com/mcp",
8888
"--header",
8989
"Authorization: Bearer YOUR_API_KEY"
9090
]

0 commit comments

Comments
 (0)