AgentFabric — Human-in-the-Loop Review & Approval for Claude Desktop
io.github.enzoduit/agentfabric
Human-in-the-loop review and approval for AI agents. Audit trail, approval policies, native MCP.
client:Claude Desktop
transport:streamable-http
tools:1
Install AgentFabric — Human-in-the-Loop Review & Approval in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentfabric": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.agentfabric.dev"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs