Claude Desktop Integration
Use Inkog directly within Claude Desktop for natural language security analysis of your AI agents.
Installation
Get your API key
Sign up at app.inkog.io and copy your API key.
Find your config file
macOS
~/Library/Application Support/Claude/claude_desktop_config.jsonAdd Inkog to the config
claude_desktop_config.json
{
"mcpServers": {
"inkog": {
"command": "npx",
"args": ["-y", "@inkog-io/mcp"],
"env": {
"INKOG_API_KEY": "sk_live_your_api_key"
}
}
}
}Restart Claude Desktop
Close and reopen Claude Desktop to load the new configuration.
Verify Installation
Ask Claude:
“What Inkog tools do you have access to?”
Claude should list the 7 available tools.
Example Workflows
Security Scan
“Use Inkog to scan my LangChain agent at ~/projects/my-agent”
Governance Check
“Verify the AGENTS.md governance file in my project”
Compliance Report
“Generate an EU AI Act compliance report for my agent”
Remediation
“Explain how to fix prompt injection vulnerabilities”
Troubleshooting
MCP Not Loading?
- Ensure you have Node.js 18+ installed
- Check your config file syntax is valid JSON
- Verify your API key starts with
sk_live_ - Restart Claude Desktop completely
Next Steps
- MCP Server Reference - Full tool documentation
- AGENTS.md Governance - Learn about governance verification
Last updated on