proctor for Zed
com.pulsemcp/proctor
MCP server for running Proctor exams against MCP servers with exam execution and result management.
client:Zed
transport:stdio
runtime:npm
Install proctor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs