System-and-Compute-MCP-Server

Pr0gramm3r2022/System-and-Compute-MCP-Server
★ 0 stars JavaScript AI/LLM Updated today
building an MCP server from docs, integrating it with claude code, and deploying it. building with MCP SDK and Anthropic SDK
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "system-and-compute-m": {
      "command": "npx",
      "args": [
        "-y",
        "Pr0gramm3r2022/System-and-Compute-MCP-Server"
      ]
    }
  }
}

README Excerpt

building an MCP server from docs, integrating it with claude code, and deploying it. building with Node.js, MCP SDK, and Anthropic API. Calculator tool that enables agents to do different types of calculations requiring square roots. The calculator tool evaluates mathematical functions and converts values between common units