proctor
About
MCP server for running Proctor exams against MCP servers with exam execution and result management.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PROCTOR_API_KEY PROCTOR_API_URL TOOL_GROUPSClaude Code
claude mcp add --env PROCTOR_API_KEY= --env PROCTOR_API_URL= --env TOOL_GROUPS= proctor -- npx proctor-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"proctor","command":"npx","args":["proctor-mcp-server"],"env":{"PROCTOR_API_KEY":"","PROCTOR_API_URL":"","TOOL_GROUPS":""}}'
JSON
{
"mcpServers": {
"proctor": {
"command": "npx",
"args": [
"proctor-mcp-server"
],
"env": {
"PROCTOR_API_KEY": "",
"PROCTOR_API_URL": "",
"TOOL_GROUPS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.