simple-mcp

nicculus/simple-mcp
★ 0 stars HCL DevOps Updated today
Monorepo for the MCP server platform — Terraform infra (AWS/GCP/Azure), TypeScript client (npm), and Python client (PyPI). Combines the former mcp-infra, mcp-client, and mcp-client-python repos.
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": {
    "simple-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nicculus/simple-mcp"
      ]
    }
  }
}