MCP — 云端托管

AShareHub 提供云端托管的 Model Context Protocol 服务。无需本地安装,直接在 MCP 客户端中填入连接地址即可。

连接地址

https://asharehub.com/mcp/sse?api_key=你的API_KEY

客户端配置

Claude Desktop / Claude Code

~/.claude/settings.json
{
  "mcpServers": {
    "asharehub": {
      "url": "https://asharehub.com/mcp/sse?api_key=ash_your_key"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "asharehub": {
      "url": "https://asharehub.com/mcp/sse?api_key=ash_your_key"
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "asharehub": {
      "serverUrl": "https://asharehub.com/mcp/sse?api_key=ash_your_key"
    }
  }
}