← Index

io.github.refgrow/mcp

io.github.refgrow/mcp·v1.0.3·Other
Quality Score
84
/100

Model Context Protocol server for Refgrow affiliate program management API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@refgrow/mcp"
      ],
      "env": {
        "REFGROW_API_KEY": "<your-refgrow_api_key>",
        "REFGROW_API_URL": "<refgrow_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@refgrow/mcp"
      ],
      "env": {
        "REFGROW_API_KEY": "<your-refgrow_api_key>",
        "REFGROW_API_URL": "<refgrow_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @refgrow/mcp
§02  Environment variables
REFGROW_API_KEY
requiredsecret

Your Refgrow API key (starts with rgk_)

REFGROW_API_URL

Refgrow API base URL

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other