MCP
Zod

Zod (v4) MCP

Set up the remote Zod (v4) MCP in your IDE in minutes!

Quick Setup Guide

Configure MCP Settings

Add the following configuration to your project based on your IDE:

  1. Open Cursor. Create a .cursor directory in your project root if there isn't one already.
  2. Create or open the mcp.json file in the .cursor directory.
  3. Add the following configuration:
  4. mcp.json
    {
      "mcpServers": {
        "inkeepMcp": {
          "url": "https://mcp.inkeep.com/zod/mcp"
        }
      }
    }
  5. Save the configuration file. You may need to restart Cursor to see the changes.
  6. You can also add the configuration globally by opening the command palette (Cmd/Ctrl + Shift + P) and selecting Cursor Settings > MCP > Add new global MCP server.

Verify Connection

Once configured, your IDE will automatically connect to the MCP server. You can verify the connection by opening Composer in Agent Mode (Cmd + I) and asking a question about your documentation. You should see a card like this in the composer sidebar:

Called MCP tool
search-zod-v-4-docs

Configure User Rules

Add the following to your user rules by going to the command palette (Cmd/Ctrl + Shift + P) and selecting > Settings > Rules:

xml
<MCP_USE_GUIDELINE>
  <INSTRUCTION>
    If you are working with our documentation or have questions about our products, make use of the following MCP tools.
  </INSTRUCTION>
  <TOOLS>
    The following Zod (v4) tools are at your disposal:
    - "Zod (v4) Documentation Search": Use this tool to search our documentation, GitHub issues, release notes, and help center.
    - "Zod (v4) Community Search": Use this tool to search our community forums and discussions.
    - "Ask Zod (v4) Expert": Use this tool for any specific questions about our products, APIs, or implementation details.
  </TOOLS>
</MCP_USE_GUIDELINE>

Start Using MCP Features

  • Search documentation, GitHub issues, and release notes
  • Search community forums and discussions
  • Ask for help with specific questions about our products, APIs, or implementation details.
Powered by