Skip to content
Cline

proctor for Cline

com.pulsemcp/proctor

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

client:Cline transport:stdio runtime:npm

Install proctor in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

proctor in other clients