Skip to content
Zed

AI2Human for Zed

io.github.richard7463/ai2human-mcp

Dispatch human-execution tasks with proof verification, local checks, and compliance reviews.

client:Zed transport:stdio runtime:pypi

Install AI2Human in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ai2human-mcp": {
      "command": "uvx",
      "args": [
        "ai2human-mcp"
      ],
      "env": {
        "AI2HUMAN_API_KEY": "<AI2HUMAN_API_KEY>",
        "AI2HUMAN_AGENT_KEY": "<AI2HUMAN_AGENT_KEY>",
        "AI2HUMAN_BASE_URL": "<AI2HUMAN_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AI2Human in other clients