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.
PROCTOR_API_KEYrequiredsecretAPI key for PulseMCP Proctor API authentication.
PROCTOR_API_URLBase URL for Proctor API.
TOOL_GROUPSComma-separated list of enabled tool groups.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 -yRelated 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 →