Inkog
@inkog-io
About Inkog
Inkog MCP Server — the pre-flight check for AI agents
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"inkog": {
"command": "npx",
"args": [
"-y",
"@inkog-io/mcp"
],
"env": {
"INKOG_API_KEY": "sk_live_your_api_key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Inkog?
Inkog is a security companion for AI agent development that integrates with MCP-compatible clients such as Claude Desktop, Cursor, and Claude Code. It scans agent code for vulnerabilities, explains findings in plain English, verifies AGENTS.md governance, and audits agent-to-agent delegation—all within the same conversation.
How to use Inkog?
Add Inkog as an MCP server in your client configuration (e.g., claude_desktop_config.json) using npx -y @inkog-io/mcp and set the INKOG_API_KEY environment variable. Then ask your AI assistant to run tools like inkog_scan or inkog_verify_governance with natural language prompts such as “Scan the current directory with Inkog and show me any CRITICAL or HIGH findings.”
Key features of Inkog
- Detects logic flaws and security risks in agent code.
- Verifies AGENTS.md governance matches code behavior.
- Generates compliance reports for EU AI Act, NIST, OWASP.
- Audits MCP servers for tool poisoning and data exfiltration.
- Analyzes multi-agent
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments