mcpbeat Sign in

AI Context Inspector MCP Server

local only

AI Context Inspector runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 30 Mar 2026.

Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories.

Installs per day peak 31 · avg 9 · +105% w/w
a month agotoday
74
Installs / week
npm · @cocaxcode/ai-context-inspector
1
Stars
0 open issues
30 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 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.

Dumps the whole environment tsup.config.ts:14
    __PKG_VERSION__: JSON.stringify(process.env.npm_package_version ?? '0.0.0'),

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

Alternatives to AI Context Inspector

same job, measured the same way
MCP Advisor
by stucchi

Browse, search, and discover MCP servers from your AI assistant

128 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
MCPfinder - MCP Server Discovery
by mcpfinder

Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.

192 installs/wk local only
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

58 installs/wk local only
I
Local Skills MCP
by rkdpa

Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery

98 installs/wk local only
Unity MCP Server
by rachitkumarrastogi

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

103 installs/wk local only
DollhouseMCP
by dollhousemcp

OSS to create Personas, Skills, Templates, Agents, and Memories to customize your AI experience.

1 806 installs/wk local only
Skill Audit MCP
by eltociear

Scan agent skills and MCP servers for malicious patterns before you load them

11 tools answering

AI Context Inspector — questions

Answers built from our own checks of this server.

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