Skip to content
Cursor

proctor for Cursor

com.pulsemcp/proctor

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

client:Cursor transport:stdio runtime:npm

Install proctor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

proctor in other clients