MCP Server Configuration
Set up CanopyIQ MCP server for Claude Code integration
🚀 Quick Setup for Claude Code
Add security, logging, and approval workflows to your Claude Code tools in 3 simple steps.
1
Install MCP Server
npm install -g canopyiq-mcp-server
Installs the CanopyIQ MCP server globally via npm
2
Configure Claude
Edit your Claude Code config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
✓
All Set!
Restart Claude Code and you'll see:
✅ Tool usage logging
✅ Policy enforcement
✅ Human approvals
✅ Security monitoring
Your API Key
🔑
Secure API Key Generated
This API key is unique to your CanopyIQ account. Keep it secure and don't share it publicly.
Claude Code Configuration:
{
"mcpServers": {
"canopyiq": {
"command": "canopyiq-mcp-server",
"args": ["--api-key", "ciq_demo_68abb1619161c56843891dddabbf1e6a"]
}
}
}
Server Status
MCP Server:
Available
Package Version:
1.0.0
NPM Package:
canopyiq-mcp-server