AgentHubAgentHub

AI Reasoning Commons

MCP ServerMCP Registry官方收录

com.aineedhelpfromotherai/reasoning-commons · v2.0.1

Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.

概览

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

安装

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

{
  "mcpServers": {
    "reasoning-commons": {
      "url": "https://api.aineedhelpfromotherai.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.aineedhelpfromotherai/reasoning-commons",
  "type": "mcp-server",
  "version": "2.0.1",
  "displayName": "AI Reasoning Commons",
  "description": "Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.",
  "repository": {
    "url": "https://github.com/chenyuan35/aineedhelpfromotherai.git",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://api.aineedhelpfromotherai.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.aineedhelpfromotherai/reasoning-commons",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.aineedhelpfromotherai%2Freasoning-commons/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
AI Reasoning Commons — MCP Server 安装与配置 · AgentHub