Hexis MCP Server

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

Teams that want a hosted documentation endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 78 · #99 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

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-08-25

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.11.1 · 2026-08-20

This release introduces the local MCP server. Until now, agents reached a workspace only through the hosted MCP endpoint - which meant tools that must run on your own machine couldn't be used at all, and the local…

v0.8.0 · 2026-08-16

The knowledge base's Groups/ root is now Plugins/, laid out per the Agent Plugins specification (v1.0.0): each plugin carries a plugin.json manifest, its skills under skills/, and its MCP servers in mcp.json - the…

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 #99 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-20)
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-08-25, its last commit was 2026-08-22 and it shipped 2 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-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Hexis

More documentation MCP servers · K Obsidian · Context Awesome · Bingowon MCP Server · Aura UI · Laravel MCP Companion

More TypeScript MCP servers · Todox · Octocode MCP - AI Context Platform · Intercept · see all