Hexis MCP Server

Git-backed control plane for AI-agent skills, tools, context, permissions and identity. Self-hosted and MCP-native.

Teams that work with agent skills, knowledge base and self hosted and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 88 · #108 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Hexis

before you install - you'll need

Set ADMIN_EMAIL, ADMIN_PASSWORD, JWT_SECRET, SECRETS_ENC_KEY, PUBLIC_BACKEND_URL, PUBLIC_FRONTEND_URL, TRUST_PROXY before connecting.

Claude Code

claude mcp add bevel-software-hexis --transport http https://demo.bevel.software/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "bevel-software-hexis": {
      "url": "https://demo.bevel.software/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://demo.bevel.software/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to demo.bevel.software

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-07-30 - young repo, little track record yet

license Apache-2.0 - declared in the repository

registry namespace io.github.Bevel-Software is GitHub-verified and matches the repo owner

03 · What Hexis can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.17.1 · 2026-09-11

Agents and MCP · Every MCP session is told what Hexis is and to search the knowledge base before answering from memory. The text is a short platform header followed by mcp-description.md, a new file at the repository…

v0.16.0 · 2026-09-10

Skills & Tools · Agents can make plugins. Two new tools, my_plugin and create_plugin, give an agent the same doors a person has: its own private space (created on first use, with the folder its skills go in) and a…

v0.13.6 · 2026-08-30

Fixed · Agents reconnect on their own after a restart. When the server no longer holds an agent's MCP session (restart, idle timeout), /api/mcp now answers with the standard "session not found" signal that Claude Code…

04 · Who maintains Hexis

Hexis is maintained by bevel-software. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
documentation - ranked #108 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-09-11)
registry
io.github.Bevel-Software/hexis (active, first published 2026-08-11)

06 · Hexis FAQ

What is Hexis?

Git-backed control plane for AI-agent skills, tools, context, permissions and identity. Self-hosted and MCP-native.

Is Hexis still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Hexis?

Run `claude mcp add bevel-software-hexis --transport http https://demo.bevel.software/api/mcp`. The README documents 7 environment variables (ADMIN_EMAIL, ADMIN_PASSWORD, JWT_SECRET…) to set first. Set ADMIN_EMAIL, ADMIN_PASSWORD, JWT_SECRET, SECRETS_ENC_KEY, PUBLIC_BACKEND_URL, PUBLIC_FRONTEND_URL, TRUST_PROXY before connecting. You can also paste the ready-made client config above.

Does Hexis require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Hexis