the-sun

schwarztim/the-sun
★ 0 stars TypeScript DevOps Updated 1d ago
One CLI that generates, runs, routes, and authenticates MCP servers. No Docker, no ToolHive.
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": {
    "the-sun": {
      "command": "npx",
      "args": [
        "-y",
        "schwarztim/the-sun"
      ]
    }
  }
}