near-kit.
Quick Access Methods
Contextual Menu
Select any text on this site and use the popup menu to send it directly to ChatGPT, Claude, Cursor, or VS Code.
MCP Server
Connect your AI tool to our Model Context Protocol server for live documentation access.
llms.txt
Fetch the full documentation as a single text file optimized for LLMs.
Markdown Export
Click the copy button on any page to get markdown for your AI context.
Model Context Protocol (MCP)
MCP allows AI tools to connect directly to our documentation server. This gives your AI assistant live access to search and read the docs.Supported Tools
- Claude Desktop - Native MCP support
- Cursor - Via MCP extension
- VS Code - Via Copilot MCP extensions
Connection URL
- Claude Desktop
- Cursor
Add to your
claude_desktop_config.json:llms.txt Files
The full documentation is available as plain text files optimized for LLM context windows.llms-full.txt (Recommended)
llms-full.txt (Recommended)
Contains the entire documentation in a single text file. Use this for most coding tasks.URL: https://kit.near.tools/llms-full.txt
llms.txt (Index Only)
llms.txt (Index Only)
A condensed table of contents with page summaries. Use this if you’re hitting context window limits.URL: https://kit.near.tools/llms.txt
Using with AI Assistants
- Cursor / Windsurf
- Claude Desktop
- ChatGPT
- VS Code Copilot
- Open the Chat pane
- Type
@Docsand add the URL:https://kit.near.tools/llms-full.txt - Or use
@Webto fetch any documentation page directly
Recommended Prompt
When starting a new AI session, use this prompt to ensure accurate responses:This prompt helps prevent the AI from hallucinating
near-api-js patterns, which is a common issue since that library has more training data.