Skip to content

Commit dd993bc

Browse files
committed
DOC-3476: Add Context7 MCP setup instructions to llms.txt
Add AI-Assisted Development with MCP section to llms.txt with Context7 MCP setup instructions for Cursor and Claude Code. URL rewriting to index.md endpoints is handled by a separate post-build pipeline step rather than hardcoding in source files.
1 parent 1b6f06b commit dd993bc

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

modules/ROOT/attachments/llms.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,33 @@ TinyMCE AI (`tinymceai` plugin) is the current AI writing assistant for TinyMCE.
117117
- [Upgrading TinyMCE](https://www.tiny.cloud/docs/tinymce/latest/upgrading/): Upgrade guide
118118
- [Migration from 7.x](https://www.tiny.cloud/docs/tinymce/latest/migration-from-7x/): Migrate from TinyMCE 7
119119

120+
## AI-Assisted Development with MCP
121+
122+
For up-to-date TinyMCE documentation directly in AI coding tools, set up the Context7 MCP server. TinyMCE docs are indexed at [context7.com/tinymce/tinymce-docs](https://context7.com/tinymce/tinymce-docs).
123+
124+
### Cursor
125+
126+
Add to `.cursor/mcp.json`:
127+
128+
```json
129+
{
130+
"mcpServers": {
131+
"context7": {
132+
"command": "npx",
133+
"args": ["-y", "@upstash/context7-mcp"]
134+
}
135+
}
136+
}
137+
```
138+
139+
### Claude Code
140+
141+
```bash
142+
claude mcp add context7 -- npx -y @upstash/context7-mcp
143+
```
144+
145+
Add "use context7" to any prompt for live TinyMCE documentation lookups.
146+
120147
## Complete Documentation
121148

122149
For a complete list of all 411 documentation pages, see [llms-full.txt](https://www.tiny.cloud/docs/llms-full.txt).

0 commit comments

Comments
 (0)