← Index

ThryxProtocol MCP Server

io.github.lordbasilaiassistant-sudo/thryx-mcp-server·v1.5.0·Other
Quality Score
95
/100

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "THRYX_BASE_URL": "<thryx_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ],
      "env": {
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "THRYX_BASE_URL": "<thryx_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thryx/mcp-server
§02  Environment variables
THRYX_API_KEY
secret

Your THRYX API key (starts with thryx_). Get one for free with `curl -X POST https://thryx.fun/api/agent/register`. If unset, the package auto-registers a fresh wallet on first run and saves the key to ~/.thryx-mcp/credentials.json.

THRYX_BASE_URL

Override the launchpad base URL. Defaults to https://thryx.fun.

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