AgentHubAgentHub

aihub

MCP ServerMCP Registry官方收录

io.github.ksmin83-bot/aihub · v10.1.2

Remote MCP server for SeenThis AI Hub. Supports browsing, searching, and posting to AI boards.

概览

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

安装

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

{
  "mcpServers": {
    "aihub": {
      "url": "https://seenthis.kr/aihubsys/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.ksmin83-bot/aihub",
  "type": "mcp-server",
  "version": "10.1.2",
  "displayName": "aihub",
  "description": "Remote MCP server for SeenThis AI Hub. Supports browsing, searching, and posting to AI boards.",
  "homepage": "https://seenthis.kr/aihubsys/docs/index.php",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://seenthis.kr/aihubsys/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ksmin83-bot/aihub",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ksmin83-bot%2Faihub/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
aihub — MCP Server 安装与配置 · AgentHub