mcpbeat Sign in

Korg Introspect MCP Server

local only

Korg Introspect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 24 Jun 2026.

Wrap any korg:introspect@v1-aware binary as a Claude Code tool, honoring declared side-effects.

Installs per day peak 19 · avg 7 · +85% w/w
a month agotoday
44
Installs / week
npm · @korgg/introspect-mcp
4
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call read_file.path → crates/korg-runtime/src/agent.rs:292, read_file.path → crates/korg-runtime/src/agent.rs:348, write_file.path → crates/korg-runtime/src/agent.rs:435 и ещё 6
    match tokio::fs::read_to_string(path).await {
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.

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Korg Introspect MCP

same job, measured the same way
MCP Graphql Bridge
by murilojrpereira

Bridges any GraphQL API to Claude Code — auto-generates MCP tools via schema introspection.

37 installs/wk local only
MCP Hook Conformance
by studiomeyer

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

45 installs/wk local only
Claude MCP Bridge
by hampsterx

Wraps Claude Code CLI as MCP tools: query, search, structured, ping, listSessions.

116 installs/wk local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

37 installs/wk local only
Global Agent Memory
by ozankasikci

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

85 installs/wk local only
Oe MCP
by openenterprise-info

Connect Claude Code, Cursor & Windsurf to 2,600+ enterprise data sources with one binary.

51 installs/wk local only
Mcpgo
by jschoemaker

Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more.

52 installs/wk local only

Korg Introspect MCP — questions

Answers built from our own checks of this server.

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