Building with LLMs

We provide two continuously updated files designed for AI ingestion:

  • llms.txt — A concise list of top-level pages for quick context.

  • llms-full.txt — The complete documentation for full-context indexing.

Use these URLs in your custom GPTs or LLM-powered apps to get accurate, Mono Protocol-specific answers.

Plain Text Docs

Any documentation page can be accessed as Markdown by appending .md to the URL. For example:

/ai/building-with-llms.md

This format makes it easier for AI tools to consume content by providing:

  • Fewer formatting tokens

  • Complete content (including hidden tabs)

  • Proper markdown hierarchy

Code Editor Integration

Cursor Setup

  1. Go to Cursor Settings > Indexing & Docs

  2. Select “Add Doc” and paste:

Then use:

@docs -> Mono Protocol

to reference docs directly in your code.

MCP Server Integration

Hosted MCP (Recommended)

Connect directly to Mono Protocol via our hosted MCP server. Just add it to your AI tool (Claude, Cursor, etc.) for instant access to documentation search and live Mono Protocol API functions.

Self-Hosted MCP (Advanced)

For advanced users who prefer local setup:

npx mint-mcp add Mono Protocol-d7e5d4d0

Both options provide:

  • Documentation search

  • Live Mono Protocol API functions

  • Seamless integration with AI-powered dev tools

Last updated