The Initia documentation provides a Model Context Protocol (MCP) server that allows AI coding agents to search the docs directly from your IDE.Documentation Index
Fetch the complete documentation index at: https://initialabs-mintlify-changelog-interwovenkit-1777853576.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What Is MCP
The Model Context Protocol is an open standard that lets AI applications connect to external data sources. The Initia Docs MCP server exposes a search tool that your agent can use to find relevant documentation based on natural language queries.Setup
- Cursor
- Claude Code
- Windsurf
- VS Code
- Other MCP-Compatible Tools
Add the following to your Cursor MCP configuration (
.cursor/mcp.json):Mintlify Native MCP
The Initia docs are built with Mintlify, which provides native MCP support. You can access the MCP server directly from any documentation page using the built-in contextual options. Look for the MCP, Cursor, or VS Code buttons on any page to connect your AI tools.How It Works
Once configured, your agent can:- Search the docs using your natural language query
- Retrieve relevant documentation content
- Use that context to generate accurate responses and code
Example Usage
With the MCP server connected, try asking your agent:- “How do I deploy a rollup on Initia?”
- “What hooks does InterwovenKit provide?”
- “Show me how to create an ERC20 on MiniEVM.”
- “What is the Router API and how do I compute a route?”
Inline Documentation Access
Initia documentation pages also include buttons to quickly use page content with AI tools:- Copy as Markdown — copy the page content for pasting into an LLM
- Open in ChatGPT — open the page content directly in ChatGPT
- Open in Claude — open the page content directly in Claude