Loading MCP server directory, please wait...
MCP server for running Proctor exams against MCP servers with exam execution and result management.
npx @getmcp/cli add com.pulsemcp/proctorRequires Node.js 18+. Community-contributed server. Review source before installing.
PROCTOR_API_KEYAPI key for PulseMCP Proctor API authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/proctor": {
"command": "npx",
"args": [
"-y",
"-y",
"proctor-mcp-server"
],
"env": {
"PROCTOR_API_KEY": "",
"PROCTOR_API_URL": "https://admin.pulsemcp.com",
"TOOL_GROUPS": "exams,machines"
}
}
}
}