mcpbeat Sign in

Jikida MCP Server

local only

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

Security tools for your AI: scan, pentest, check headers, guard code and scan repos for secrets.

Installs per day peak 628 · avg 45 · +69% w/w
a month agotoday
778
Installs / week
npm · @jikida/mcp
1
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(cmd, args, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

      "path": "/.aws/credentials",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp -- npx -y @jikida/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jikida/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@jikida/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jikida/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@jikida/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Jikida

same job, measured the same way
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

24 installs/wk local only
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
Ybe Check
by addycuber

Ybe Check – security and compliance orchestrator for AI-generated repositories.

56 installs/wk local only
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
Umbra
by elberacasa

Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.

26 installs/wk local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

18 479 installs/wk local only
I
XploitScan
by bgage72590

Security scanner for AI-generated code. Scan, explain rules, and grade before you ship.

local only
LeakRank Guard
by prototeemo

Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.

33 installs/wk local only

Jikida — questions

Answers built from our own checks of this server.

Why is there no uptime for Jikida?
Jikida 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 @jikida/mcp was installed 778 times last week.
How do I connect Jikida?
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 @jikida/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Jikida?
The npm package @jikida/mcp was installed 778 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jikida open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.