Theme mode
07 / mcp setup

MCP Server Setup

Tool-specific scoped-key setup for Cursor, Claude Code, Codex, and generic MCP clients.

Phase 1 Beta
{
  "mcpServers": {
    "meshtale": {
      "command": "npx",
      "args": [
        "@meshtale/mcp",
        "--workspace",
        "acme"
      ],
      "env": {
        "MESHTALE_KEY": "mt_sk_scoped_acme_••••"
      }
    }
  }
}
Config file
~/.cursor/mcp.json
Test command
cursor mcp test meshtale
Failed-test remediation

Rotate the scoped key, confirm audience tags, then rerun the Cursor MCP health check.