PluginBench
MCP Server

com.pulsemcp/proctor MCP Server

com.pulsemcp/proctor

What is the com.pulsemcp/proctor MCP server?

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

How to install com.pulsemcp/proctor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PROCTOR_API_KEY
    required
    secret

    API key for PulseMCP Proctor API authentication.

  • PROCTOR_API_URL

    Base URL for Proctor API.

  • TOOL_GROUPS

    Comma-separated list of enabled tool groups.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proctor": {
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server",
        "-y"
      ],
      "env": {
        "PROCTOR_API_KEY": "<YOUR_PROCTOR_API_KEY>",
        "PROCTOR_API_URL": "<YOUR_PROCTOR_API_URL>",
        "TOOL_GROUPS": "<YOUR_TOOL_GROUPS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "proctor": {
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server",
        "-y"
      ],
      "env": {
        "PROCTOR_API_KEY": "<YOUR_PROCTOR_API_KEY>",
        "PROCTOR_API_URL": "<YOUR_PROCTOR_API_URL>",
        "TOOL_GROUPS": "<YOUR_TOOL_GROUPS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "proctor": {
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server",
        "-y"
      ],
      "env": {
        "PROCTOR_API_KEY": "<YOUR_PROCTOR_API_KEY>",
        "PROCTOR_API_URL": "<YOUR_PROCTOR_API_URL>",
        "TOOL_GROUPS": "<YOUR_TOOL_GROUPS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "proctor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proctor-mcp-server",
        "-y"
      ],
      "env": {
        "PROCTOR_API_KEY": "<YOUR_PROCTOR_API_KEY>",
        "PROCTOR_API_URL": "<YOUR_PROCTOR_API_URL>",
        "TOOL_GROUPS": "<YOUR_TOOL_GROUPS>"
      }
    }
  }
}
Claude Code
claude mcp add proctor --env PROCTOR_API_KEY=<YOUR_PROCTOR_API_KEY> --env PROCTOR_API_URL=<YOUR_PROCTOR_API_URL> --env TOOL_GROUPS=<YOUR_TOOL_GROUPS> -- npx -y proctor-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →