proctor for Grok
com.pulsemcp/proctor
MCP server for running Proctor exams against MCP servers with exam execution and result management.
client:Grok
transport:stdio
runtime:npm
Install proctor in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs