@@ -19,7 +19,7 @@ MCP must be enabled by a workspace admin before it can be used.
19191 . Go to ** Settings** > ** AI & MCP** .
20202 . Click the ** MCP** tab.
21213 . 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
2424Once 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_
6363Run 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
6969Or 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