← All servers

proctor

MCP server for running Proctor exams against MCP servers with exam execution and result management.

Details

Transport
stdio
Latest version
0.1.9
Status
listed
Source
Imported from the MCP registry
Repository
source ↗

Versions

  • 0.1.9 release date unknown

Install

Add to Cursor or pick your client:

Needs an env var: PROCTOR_API_KEY — replace the <placeholders> with your values.

claude mcp add com-pulsemcp-proctor --env PROCTOR_API_KEY=<PROCTOR_API_KEY> -- npx -y proctor-mcp-server

One-click above, or in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "com-pulsemcp-proctor": {
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server"
      ],
      "env": {
        "PROCTOR_API_KEY": "<PROCTOR_API_KEY>"
      }
    }
  }
}

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "com-pulsemcp-proctor": {
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server"
      ],
      "env": {
        "PROCTOR_API_KEY": "<PROCTOR_API_KEY>"
      }
    }
  }
}

Config entry, any MCP client:

{
  "command": "npx",
  "args": [
    "-y",
    "proctor-mcp-server"
  ],
  "env": {
    "PROCTOR_API_KEY": "<PROCTOR_API_KEY>"
  }
}
Ecosystem signals — baseline 47 / 100

Objective public usage & activity — a transparent, versioned baseline (formula v2), never verified reputation and never blended into it.

GitHub stars · 1 day ago
★ 80
npm downloads · 3 days ago
98 / week
Last commit · 1 day ago
5 days ago
Issue close rate · 1 day ago
71%
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one. How reputation works →