jarvis

zykron1/jarvis
★ 0 stars C++ Code/Dev Tools Updated 4d ago
Custom MCP Client that talks to custom MCP Servers for a fully custom personal assiistant written in C++ and Python.
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": {
    "jarvis": {
      "command": "npx",
      "args": [
        "-y",
        "zykron1/jarvis"
      ]
    }
  }
}

README Excerpt

Custom MCP Client that talks to custom MCP Servers for a fully custom personal assistant written in C++ and Python.