create_tenant — AgentFabric — Human-in-the-Loop Review & Approval MCP Tool Mutating
create_tenant
(create tenant) is one of 1 tool on the
AgentFabric — Human-in-the-Loop Review & Approval
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_tenant from your client
- Claude Code AgentFabric — Human-in-the-Loop Review & Approval create_tenant run in your project directory
- Claude Desktop AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/.cursor/mcp.json
- VS Code AgentFabric — Human-in-the-Loop Review & Approval create_tenant .vscode/mcp.json
- Zed AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/.config/zed/settings.json
- Windsurf AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/.codeium/windsurf/mcp_config.json
- Cline AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI AgentFabric — Human-in-the-Loop Review & Approval create_tenant ~/.gemini/settings.json
- Grok AgentFabric — Human-in-the-Loop Review & Approval create_tenant .mcp.json (in your project root)
- ChatGPT AgentFabric — Human-in-the-Loop Review & Approval create_tenant Settings → Connectors → Advanced → Developer mode
- Claude.ai AgentFabric — Human-in-the-Loop Review & Approval create_tenant Settings → Connectors → Add custom connector
- LangChain AgentFabric — Human-in-the-Loop Review & Approval create_tenant pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http agentfabric https://mcp.agentfabric.dev
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.