AI Overview

Jamdesk generates llms.txt and an MCP server for every docs site. Use AI tools like Claude Code, Cursor, and Codex to write and maintain documentation.

When developers ask AI about your product, the AI often works from stale training data or can't access your docs at all. Every Jamdesk build generates three AI endpoints — llms.txt, an MCP server, and raw Markdown URLs — so AI tools can read your current docs directly, without scraping HTML.

This section covers those endpoints and how to set up AI tools to write and maintain your documentation.

How It Works

1
Write MDX

Create documentation pages in Markdown with optional React components.

2
Push and Build

Jamdesk builds your site and generates AI endpoints alongside your HTML.

3
AI Tools Connect

Claude, Cursor, ChatGPT, and other tools can access your docs via llms.txt, MCP, or raw Markdown URLs.

AI Endpoints

Every Jamdesk site exposes these endpoints automatically:

llms.txt

Auto-generated page index and full-content dump

MCP Server

searchDocs and getPage tools over JSON-RPC

Markdown Source

Append .md to any URL for raw Markdown source

Writing Docs with AI

Claude Code

CLAUDE.md template and the /update-jamdesk skill

Cursor

Inline editing rules and .cursor/mcp.json config

Codex

AGENTS.md template for cloud-based doc generation

Writing with AI

Effective prompts, review checklists, and common pitfalls

Automated Updates

The /update-jamdesk skill — auto-generate docs from code changes