jarvis

InSynchronous/jarvis
★ 0 stars C++ File System Updated 1d 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",
        "InSynchronous/jarvis"
      ]
    }
  }
}

README Excerpt

A terminal AI assistant that can actually do things. It talks to MCP (Model Context Protocol) tool servers, takes voice input through Whisper, and runs agentic workflows where the model calls tools, chains results, and iterates. All in C++, all in your terminal. - **MCP client** — hooks up to external tool servers (filesystem, search, and so on) over stdio or HTTP