agentsclimarketplace

Mcp server lab

Skill Arnie016/codex-prompt-templates/skills/mcp-server-lab

Color-coded Codex prompt templates and Agent Skills for plugin-orchestrated AI coding workflows, MCP safety, repo intelligence, and automation.

Install
npx -y skills add Arnie016/codex-prompt-templates --skill mcp-server-lab

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Inspect, test, debug, or integrate MCP servers for Codex workflows. Use for MCPJam, MCP Inspector, stdio/HTTP MCP configs, tools/resources/prompts, Apps SDK widgets, OAuth checks, conformance, evals, or creating a local MCP integration plan. Skip when the task is specifically to design repeatable CI conformance gates or release diffs; use `$auto-skill-build-mcp-conformance-harness` instead.

SKILL.md

1.8 KB, as published. Nobody here has run it

MCP Server Lab

Treat every MCP server as a tool surface that needs inspection before trust.

Intake Checklist

  1. Read README and license.
  2. Inspect manifests and install scripts.
  3. Identify transport: stdio, HTTP, SSE, hosted.
  4. Identify auth and secrets.
  5. List tools/resources/prompts.
  6. Classify each tool by capability: read, write, shell, network, filesystem, credential-sensitive.
  7. Test with a disposable project first.

MCPJam Flow

When MCPJam is available, prefer JSON outputs:

npx @mcpjam/inspector@latest
mcpjam server probe --url <url> --quiet --format json
mcpjam tools list --url <url> --quiet --format json

For CI gates, JUnit/XML reports, protocol/OAuth/apps conformance matrices, or tool-surface release diffs, switch to $auto-skill-build-mcp-conformance-harness.

For local stdio servers, use the terminal or desktop inspector rather than the hosted web app.

Output

# MCP Integration Report
## Server
## Transport/Auth
## Tools
## Safe Use Cases
## Risky Capabilities
## Test Result
## Codex Config Snippet

Read references/mcp-server-catalog.md for server selection and safety rules.

Validation

  • Transport, auth, and tool list are documented before integration.
  • Shell/filesystem/network/account-control tools route through $mcp-safety-review.
  • CI/release-gate requests route to $auto-skill-build-mcp-conformance-harness.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.