NicheAlerts

Free developer tool

MCP config generator

Generate starter MCP server JSON for local clients, team docs, and setup tutorials without hand-formatting nested config.

Generated configCursor / generic MCP
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<token>"
      }
    }
  }
}

Tip: do not commit production secrets. Use environment variable placeholders when sharing config with a team.