AgentHubAgentHub

ThryxProtocol MCP Server

MCP ServerMCP Registry官方收录

io.github.lordbasilaiassistant-sudo/thryx-mcp-server · v1.5.0

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

概览

ThryxProtocol MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.lordbasilaiassistant-sudo/thryx-mcp-server",
  "type": "mcp-server",
  "version": "1.5.0",
  "displayName": "ThryxProtocol MCP Server",
  "description": "ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.",
  "repository": {
    "url": "https://github.com/lordbasilaiassistant-sudo/thryx-mcp-server",
    "source": "github"
  },
  "homepage": "https://www.npmjs.com/package/@thryx/mcp-server",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@thryx/mcp-server",
        "version": "1.5.0",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "THRYX_API_KEY",
            "description": "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.",
            "isSecret": true
          },
          {
            "name": "THRYX_BASE_URL",
            "description": "Override the launchpad base URL. Defaults to https://thryx.fun."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.lordbasilaiassistant-sudo/thryx-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.lordbasilaiassistant-sudo%2Fthryx-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ThryxProtocol MCP Server — MCP Server 安装与配置 · AgentHub