← Back to Plugins
MCP Server MCP

io.github.girik-chadha/interviewer-mcp

github By github 👁 1 views ▲ 0 votes

Full technical interview prep: company briefing, concepts, code deep-dive, mock interviews.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "interviewer-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub personal access token (classic or fine-grained). Optional for public repos, raises rate limit from 60 to 5000 req/hr, required for private repos.",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...