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
{
"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