mcp-ai-helper

alvnukov/mcp-ai-helper
★ 0 stars Go AI/LLM Updated today
MCP AI helper server for token-efficient local workflows
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": {
    "mcp-ai-helper": {
      "command": "go",
      "args": [
        "run",
        "github.com/alvnukov/mcp-ai-helper@latest"
      ]
    }
  }
}