mcpbeat Sign in

Inkog MCP Server

local only

Inkog runs on your own machine — the client starts it, so there is no endpoint to ping. 228 installs a week from npm. Last commit 16 Sep 2026.

Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.

Installs per day peak 170 · avg 14 · +725% w/w
a month agotoday
228
Installs / week
npm · @inkog-io/mcp
3
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Inkog every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add inkog -- npx -y @inkog-io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inkog": {
      "args": [
        "-y",
        "@inkog-io/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inkog]
command = "npx"
args = ["-y", "@inkog-io/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "inkog": {
      "args": [
        "-y",
        "@inkog-io/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inkog": {
      "args": [
        "-y",
        "@inkog-io/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: INKOG_API_KEY (Your Inkog API key from https://app.inkog.io (free tier available)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Inkog

same job, measured the same way
Mastyf AI
by mastyf-ai

Runtime proxy for MCP security, cost governance & audit

72 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

176 installs/wk local only
Bawbel Scanner
by bawbel

Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.

local only
Bridgeguard MCP
by kota1026

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

54 installs/wk local only
MCPAmpel - MCP Security Scanner
by diemoeve

Scan installed MCP servers for security vulnerabilities with 16 detection engines.

69 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Scanpay
by misterio070

Code security scanner for AI agents. 45+ vulnerability patterns, AST analysis, Solana micropayments.

41 installs/wk local only
FinishKit
by finishkit

FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality

61 installs/wk local only

Inkog — questions

Answers built from our own checks of this server.

Why is there no uptime for Inkog?
Inkog runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @inkog-io/mcp was installed 228 times last week.
How do I connect Inkog?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @inkog-io/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Inkog?
The npm package @inkog-io/mcp was installed 228 times in the last week. Week over week that is +725%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Inkog open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.