Skip to main content
Glama

HAI-MCP

Model-agnostic Human-Agent Interface control plane as an MCP server.

Any client (Claude Code, Codex, Cursor, Grok, OpenCode, Hermes, …) can use the same tools. The server never calls an LLM.

Install / run

cd HAI-MCP
uv sync --all-extras
uv run hai-mcp

stdio MCP. Point your client at:

{
  "command": "uv",
  "args": ["run", "--directory", "/absolute/path/to/HAI-MCP", "hai-mcp"],
  "env": {
    "HAI_HOME": "/home/you/.hai"
  }
}

Related MCP server: Keshro MCP

Tools (v1)

Tool

Role

hai_health

Server + HAI_HOME health

hai_status

Active lanes + focus

hai_get_next_step

Canonical NEXT_STEP

hai_read_artifacts

Run-contract artifact summary

hai_park

Park a thought (no lane steal)

hai_set_focus

Set/switch focus (max 2 ACTIVE)

hai_propose_next_step

Write proposed next step

hai_accept_next_step

Promote proposed → canonical (owner gate)

hai_checkpoint

Snapshot context

hai_recover

Smallest recovery next action

See docs/TOOL_CONTRACT.md.

State

  • Global: $HAI_HOME (default ~/.hai)

  • Per project: <project>/Projek-Managment/

Legacy

~/.config/hai-agent-mcp is Hermes-coupled prior art. This repo replaces that role for control-plane work; coexistence is fine until you switch clients deliberately.

Tests

uv run pytest
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smlfg/hai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server