MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Agent Skills for Fortytwo Network — the first collective super-intelligence owned by its participants. These skills enable AI agents to query Fortytwo Prime for high-confidence answers.

创建于 3/27/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

Fortytwo MCP Skills

Agent Skills for Fortytwo Network — the first collective super-intelligence owned by its participants. These skills enable AI agents to query Fortytwo Prime for high-confidence answers.

GitHub contributors GitHub commit activity GitHub repo size

Website fortytwo.network Docs Discord Twitter Fortytwo

Available Skills

| Skill | Description | | ----- | ----------- | | Fortytwo MCP | Fortytwo MCP calls Fortytwo Prime to deliver the best possible answer through a paid gateway. It is ideal for high-complexity questions and critical moments when your agent needs to be right. |

Installation

Install with Vercel's Skills CLI:

npx skills add Fortytwo-Network/fortytwo-mcp-skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Ask Fortytwo Prime to review this architecture and find the weakest points
Ask Prime to debug this concurrency issue and propose the safest fix

How It Works

Fortytwo MCP connects your agent to Fortytwo Prime — a collective inference system where multiple independent AI nodes collaborate on every question. Queries are paid per-request via the x402 micropayment protocol using USDC on Base or Monad. The first call triggers a payment challenge; subsequent calls within the same session are free.

License

This project is licensed under the terms of the MIT License.


Fortytwo Network | Documentation | Discord | X

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/Fortytwo-Network/fortytwo-mcp-skills
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "fortytwo-network-fortytwo-mcp-skills": { "command": "git", "args": [ "clone", "https://github.com/Fortytwo-Network/fortytwo-mcp-skills" ] } } }