Skip to main content
The Initia documentation provides a Model Context Protocol (MCP) server that allows AI coding agents to search the docs directly from your IDE.

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

Add the following to your Cursor MCP configuration (.cursor/mcp.json):
{
  "mcpServers": {
    "initia-docs": {
      "url": "https://docs.initia.xyz/mcp"
    }
  }
}

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:
  1. Search the docs using your natural language query
  2. Retrieve relevant documentation content
  3. 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