AgentHubAgentHub

arithym

MCP ServerMCP Registry官方收录

xyz.arithym/arithym · v5.0.0

Precision math engine for AI agents. 203 exact methods. Zero hallucination.

概览

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

安装

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

{
  "mcpServers": {
    "arithym": {
      "url": "https://arithym.xyz/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "xyz.arithym/arithym",
  "type": "mcp-server",
  "version": "5.0.0",
  "displayName": "arithym",
  "description": "Precision math engine for AI agents. 203 exact methods. Zero hallucination.",
  "repository": {
    "url": "https://github.com/Arithym-io/arithym",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://arithym.xyz/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "xyz.arithym/arithym",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/xyz.arithym%2Farithym/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
arithym — MCP Server 安装与配置 · AgentHub