Skip to main content
Connect intervyo to Cursor with an API key. Create one under Developer → API Keys in intervyo first.
Your API key carries your account’s permissions. Treat it like a password and scope it to only what the assistant needs.

Add the server

Add to ~/.cursor/mcp.json (or Settings → MCP → Add):
{
  "mcpServers": {
    "intervyo": {
      "url": "https://www.intervyo.ai/api/mcp",
      "headers": { "x-api-key": "iv_live_your_key" }
    }
  }
}
Cursor picks it up on save (or after a reload). Ask “what intervyo tools do you have?” to confirm it loaded.

Give the assistant expertise

Add the Interview-Setup Skill

The MCP server gives Cursor the tools; the Skill teaches it how to use them — what to ask, the build order, and the field rules that trip people up. Add its SKILL.md to your project so the agent proposes a full plan from a one-line brief. Strongly recommended.
Last modified on July 10, 2026