All MCP servers

Proctor

Official
by Api.Airforcestdio070MIT

MCP server for running Proctor exams against MCP servers with exam execution and result management.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "proctor-imp7d4a8": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}