← Index

io.github.Argo-RPG-Platform/argo-mcp

io.github.Argo-RPG-Platform/argo-mcp·v1.0.3·Kubernetes
Quality Score
90
/100

MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.argo.games/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "argo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argo-mcp"
      ],
      "env": {
        "OAUTH_TOKEN": "<your-oauth_token>",
        "REFRESH_TOKEN": "<your-refresh_token>",
        "ARGO_API_BASE": "<argo_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "argo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argo-mcp"
      ],
      "env": {
        "OAUTH_TOKEN": "<your-oauth_token>",
        "REFRESH_TOKEN": "<your-refresh_token>",
        "ARGO_API_BASE": "<argo_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y argo-mcp
§02  Environment variables
OAUTH_TOKEN
requiredsecret

Argo OAuth2 access token from the consent flow at https://app.argo.games/oauth2/mcp-connect

REFRESH_TOKEN
secret

Argo OAuth2 refresh token. Enables automatic renewal of the access token when it expires (~1 hour).

ARGO_API_BASE

Override the Argo WebAPI base URL. Defaults to https://api.argo.games.

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