CONNECT YOUR AGENT IN 1 MINUTE
Python / MCP agent — .env file
TRUSTLOOP_MCP_URL=
TRUSTLOOP_API_KEY=
Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"trustloop": {
"command": "node",
"args": ["C:/path/to/mcp-local.js"],
"env": { "TRUSTLOOP_API_KEY": }
}
}
}