Documentation Index
Fetch the complete documentation index at: https://docs.chatgrid.ai/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Get an API key
Go to chatgrid.ai/settings/api-keys and create a new key. It starts withcgk_live_.
Step 2: Add to your project’s .mcp.json
Create or edit .mcp.json in your project root:
.mcp.json
Step 3: Restart Claude Code
Close and reopen Claude Code (or run/mcp to reload). You should see chatgrid listed as a connected MCP server.
Step 4: Try it
Talk to Claude Code naturally. It will use ChatGrid tools automatically.Create a board
Add a YouTube video
Add a website
Upload a PDF
Upload an image
Add a text note
Search your knowledge
Ask questions
All MCP tools
| Tool | What it does |
|---|---|
| list_boards | See all your team’s boards |
| create_board | Start a new project board |
| list_nodes | See everything on a board |
| add_resource | Add a YouTube video, website URL, or text document |
| add_note | Add a sticky note with text content |
| upload_file | Upload a PDF, image, or document file from disk |
| search_board | Semantic search across all board content |
| ask_board | Ask AI a question answered by board content |
Supported content types
| Type | How to add | What happens on the canvas |
|---|---|---|
| YouTube | Paste a YouTube URL | Video thumbnail, title, transcript extracted and vectorized |
| Website | Paste any URL | Page scraped with favicon, content vectorized |
| Upload from disk | PDF viewer node, text extracted and vectorized | |
| Image | Upload from disk | Image displayed on canvas |
| Text | Type or paste content | Sticky note with visible text, vectorized |
Tips
One board per project
One board per project
Keep boards focused. A “Payments” board, a “Frontend” board, an “Infrastructure” board. Don’t dump everything in one board.
Add content as you go
Add content as you go
Found a useful Stack Overflow answer? Tell Claude Code to add it to the board. Read a good blog post? Add it. Watching a YouTube tutorial? Add that too. The board gets smarter over time.
Upload PDFs and images directly
Upload PDFs and images directly
The MCP server can read files from your local disk. Just give it the path: “Upload /path/to/file.pdf to the board”. No need to host files anywhere.
Share with your team
Share with your team