> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Connect Cursor to DZap MCP over streamable HTTP.

## Setup

<Steps>
  <Step title="Open MCP config">
    Global config: `~/.cursor/mcp.json`
    Project-only config: `<repo>/.cursor/mcp.json`
  </Step>

  <Step title="Add DZap MCP">
    ```json theme={null}
    {
      "mcpServers": {
        "DZapAI": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://nlp-ai-439689868940.europe-north1.run.app/mcp"]
        }
      }
    }
    ```
  </Step>

  <Step title="Restart Cursor">
    Fully quit and relaunch.
  </Step>

  <Step title="Verify">
    In Composer, try: `Use TokenAddressTool to resolve USDC on Arbitrum (42161).`
  </Step>
</Steps>

## Tips

* Keep DZap MCP project-scoped if you only need it in one repo.
* Start with read tools (`PriceTool`, `BalanceTool`) before execution tools.
