AgentHubAgentHub

Fortytwo MCP

MCP ServerMCP Registry官方收录

network.fortytwo/fortytwo-mcp · v0.1.0

Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more.

概览

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

安装

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

{
  "mcpServers": {
    "fortytwo-mcp": {
      "url": "https://mcp.fortytwo.network/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "network.fortytwo/fortytwo-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Fortytwo MCP",
  "description": "Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more.",
  "homepage": "https://docs.fortytwo.network/docs/mcp-quick-start",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.fortytwo.network/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "network.fortytwo/fortytwo-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/network.fortytwo%2Ffortytwo-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Fortytwo MCP — MCP Server 安装与配置 · AgentHub