Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.jschoemaker/mcpgo

NPM · @EXFIL/MCPGO · SCANNED AUG 3

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

Available components

+33 this week 79 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to jschoemaker/mcpgo). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 74 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1061 tokens (~96/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @exfil/mcpgo

# add to Claude Code
claude mcp add jschoemaker-mcpgo -- npx -y @exfil/mcpgo
# add to Codex CLI
codex mcp add jschoemaker-mcpgo -- npx -y @exfil/mcpgo
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jschoemaker-mcpgo": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@exfil/mcpgo"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jschoemaker-mcpgo --command npx --arg -y --arg @exfil/mcpgo
# ~/.hermes/config.yaml
mcp_servers:
  jschoemaker-mcpgo:
    command: "npx"
    args: ["-y", "@exfil/mcpgo"]
// mcp.json
{
  "mcpServers": {
    "jschoemaker-mcpgo": {
      "command": "npx",
      "args": [
        "-y",
        "@exfil/mcpgo"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +53
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • The attested source repository moved: jschoemaker/mcpgo security
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → excellent functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@exfil/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
jschoemaker/mcpgo
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/jschoemaker/mcpgo/.github/workflows/publish.yml@refs/tags/v0.1.6
Rekor log index:
1585421462
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:0b034d406b3e58c63c5c4f6f4795f90fa0f1eb844231dbecf72b3ab2be69571f6bc7c93f607a65970f864906bf95ae049822e64ecf8782d8d638bfe93
Discovery method:
attestation_endpoint
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~1,061 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_mcp ~272

Add a new MCP server to the user configuration (~/.claude.json).

NameTypeReqDescription
allow_footgun_argsbooleanSet true to override the safety refusal when args include code-injection flags like -e/--eval on node, -c on python/bash, -Command on pwsh, /c on cmd.
allow_footgun_envbooleanSet true to override the safety refusal when env sets a code-injection key like NODE_OPTIONS, LD_PRELOAD, PYTHONSTARTUP, BASH_ENV.
allow_shell_metacharactersbooleanSet true to override the safety refusal when 'command' contains shell metacharacters. Use only for genuinely shell-style commands you trust.
argsarrayArguments to pass to the command
commandstringCommand to run (required for stdio transport)
envobjectEnvironment variables to set for the server
headersobjectHTTP headers (for http/sse transport)
mcp_namestringyesName for the new MCP server (alphanumeric, dashes, underscores)
transportstringyesTransport type: stdio for local process, http/sse for remote server
urlstringServer URL (required for http/sse transport)

No output schema declared.

No examples provided.

check_mcp_health ~48

Check the health of an MCP server — whether it is configured, wrapped, and its process is running.

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server to check

No output schema declared.

No examples provided.

configure_mcp ~160

Update the configuration of an existing MCP server. Merges provided updates into the existing config.

NameTypeReqDescription
allow_footgun_argsbooleanSet true to override the safety refusal when updates.args include code-injection flags like -e/--eval/-c.
allow_footgun_envbooleanSet true to override the safety refusal when updates.env sets a code-injection key like NODE_OPTIONS, LD_PRELOAD, PYTHONSTARTUP.
allow_shell_metacharactersbooleanSet true to override the safety refusal when 'updates.command' contains shell metacharacters.
mcp_namestringyesThe name of the MCP server to configure
updatesobjectyesFields to update in the MCP server config

No output schema declared.

No examples provided.

get_mcp_details ~68

Get the full configuration for a specific MCP server by name.

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server to get details for
show_env_valuesbooleanIf true, reveal raw 'env' values. Default false (values shown as '***').

No output schema declared.

No examples provided.

list_all_mcps ~101

List all configured MCP servers from ~/.claude.json with their configuration. By default, values inside each server's 'env' field are redacted to '***' so this tool can't be used to exfiltrate API keys stored in MCP env. Pass show_env_values=true to reveal them when you legitimately need them.

NameTypeReqDescription
show_env_valuesbooleanIf true, reveal raw 'env' values. Default false (values shown as '***').

No output schema declared.

No examples provided.

remove_mcp ~42

Remove an MCP server from the user configuration (~/.claude/mcp.json).

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server to remove

No output schema declared.

No examples provided.

restart_codex_mcp_process ~84

Restart a Codex CLI MCP server process. Works reliably only for wrapped MCPs (via wrap_codex_mcp_stdio) by killing the wrapped child PID from its pidfile; otherwise you typically need to restart Codex CLI.

NameTypeReqDescription
mcp_namestringyesThe mcp_servers.<name> entry in ~/.codex/config.toml to restart

No output schema declared.

No examples provided.

restart_mcp_process ~74

Restart the underlying process for an MCP server by finding and killing its process. For wrapped stdio MCPs (via wrap_mcp_stdio), the wrapper will respawn automatically; otherwise you typically need to restart Claude CLI.

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server whose process should be restarted

No output schema declared.

No examples provided.

unwrap_mcp_stdio ~50

Unwrap a previously wrapped stdio MCP server, restoring its original command. Requires restarting Claude Code to take effect.

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server to unwrap

No output schema declared.

No examples provided.

wrap_codex_mcp_stdio ~91

Wrap a Codex CLI stdio MCP server (from ~/.codex/config.toml) so it can be restarted reliably. Rewrites the MCP entry to launch mcpgo's Node wrapper that respawns the original command. Restart Codex CLI to take effect.

NameTypeReqDescription
mcp_namestringyesThe mcp_servers.<name> entry in ~/.codex/config.toml to wrap

No output schema declared.

No examples provided.

wrap_mcp_stdio ~71

Wrap a stdio MCP server so it can be restarted reliably. Updates ~/.claude.json to launch a Node wrapper that spawns the original command and respawns it when killed. Requires restarting Claude CLI to take effect.

NameTypeReqDescription
mcp_namestringyesThe name of the MCP server to wrap

No output schema declared.

No examples provided.