Overview
Using Docs in Cursor - Learn how to set up Cursor IDE and MCP with Starkzap documentationSetting Up LLM Integrations with Starkzap
This guide covers two powerful ways to integrate Starkzap with LLMs: Cursor IDE integration and Model Context Protocol (MCP) setup.Cursor IDE Setup
Prerequisites
- Cursor IDE installed on your machine
- Basic familiarity with Cursor’s interface
Configuration Steps
- Open Cursor IDE
- Navigate to Settings > Features > Docs
- Click on Add new doc
- In the URL field, paste the following URL:
Using Starkzap Documentation in Cursor
Once configured, you can access Starkzap’s documentation directly within Cursor using the following methods:Method 1: Using @docs Command
Type@docs followed by “Starkzap” to reference the documentation in your code. For example:
Method 2: Local Docs MCP Setup
You can also ask questions about Starkzap directly in comments, and Cursor will use the documentation to provide relevant answers and code suggestions.Example Usage
Here are some examples of how to use the documentation in Cursor: Initializing the SDK:Benefits
- Faster Development - Get instant answers without leaving your IDE
- Accurate Code Suggestions - LLM uses official documentation for context
- Reduced Errors - Documentation-backed code examples
- Better Understanding - Learn as you code with inline documentation
Next Steps
- Explore the Quick Start Guide to begin building
- Check out Examples for practical code samples
- Review the API Reference for detailed method documentation