Skip to content
Claude Desktop

Hexis for Claude Desktop

io.github.bevel-software/hexis

Git-backed platform for skills, tools, and context for AI agents

client:Claude Desktop transport:streamable-http

Install Hexis in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "hexis": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://demo.bevel.software/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Hexis in other clients