Skip to content

Commit 7f3f00e

Browse files
Update ai-assistance.mdx
1 parent ed497d7 commit 7f3f00e

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

ai-assistance.mdx

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,30 @@ The [Documentation Context](https://docs.tilebox.com/llms-full.txt) is updated w
2222

2323
Tilebox Docs can be installed as an MCP tool, so an MCP client can ask for detailed context on specific topics.
2424

25-
Run the following command to generate an MCP server for Tilebox Docs.
25+
### For Claude Desktop
26+
27+
Run the following command to add Tilebox Docs to Claude:
2628

2729
```bash
28-
npx mint-mcp add tilebox
30+
claude mcp add --transport http "Tilebox Docs" https://docs.tilebox.com/mcp
2931
```
3032

31-
The command line tool will guide you along the installation process for Cursor, Windsurf, Claude Code, Augment Code or other MCP clients.
33+
### For other MCP clients
34+
35+
1. Open command palette (Cmd+Shift+P / Ctrl+Shift+P)
36+
2. Search "Open MCP settings"
37+
3. Select "Add custom MCP"
38+
4. Add to mcp.json:
39+
40+
```json
41+
{
42+
"mcpServers": {
43+
"tilebox-docs": {
44+
"url": "https://docs.tilebox.com/mcp"
45+
}
46+
}
47+
}
48+
```
3249

3350
<Tip>
3451
The MCP server always retrieves the most up to date version of the documentation.

0 commit comments

Comments
 (0)