Skip to main content
Add JobMojito to VS Code so Copilot’s agent mode can create interviews, invite candidates, and review results. Endpoint: https://jobmojito.fastmcp.app/mcp · Auth: OAuth (no API key).
1

Add the server

Create .vscode/mcp.json in your workspace (or add to your user settings):
{
  "servers": {
    "jobmojito": {
      "type": "http",
      "url": "https://jobmojito.fastmcp.app/mcp"
    }
  }
}
You can also run MCP: Add Server from the Command Palette and choose an HTTP server.
2

Start & authorize

Start the server from the mcp.json editor (Start) or via MCP: List Servers. VS Code opens the JobMojito OAuth sign-in; approve access.
3

Use it

Open Chat in Agent mode and try “List my JobMojito interviews.” The JobMojito tools appear in the tools picker.
MCP support requires GitHub Copilot with agent mode enabled in VS Code.

Next steps