AgentHubAgentHub

Mood Booster Agent

MCP ServerMCP Registry官方收录

io.github.edge-claw/mood-booster-agent · v1.0.0

ERC-8004 AI Agent: uplifting messages, USDC tipping, and on-chain reputation feedback.

概览

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

安装

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

{
  "mcpServers": {
    "mood-booster-agent": {
      "url": "https://aws.tail177fbd.ts.net/sse"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.edge-claw/mood-booster-agent",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Mood Booster Agent",
  "description": "ERC-8004 AI Agent: uplifting messages, USDC tipping, and on-chain reputation feedback.",
  "repository": {
    "url": "https://github.com/edge-claw/mood-booster-agent",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://aws.tail177fbd.ts.net/sse"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.edge-claw/mood-booster-agent",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.edge-claw%2Fmood-booster-agent/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Mood Booster Agent — MCP Server 安装与配置 · AgentHub