Skip to Content
IntegrationsClaude Desktop

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

~/Library/Application Support/Claude/claude_desktop_config.json

Add 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?

  1. Ensure you have Node.js 18+ installed
  2. Check your config file syntax is valid JSON
  3. Verify your API key starts with sk_live_
  4. Restart Claude Desktop completely

Next Steps

Last updated on