Skip to content
Cursor

jitapi for Cursor

io.github.nk3750/jitapi

Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.

client:Cursor transport:stdio runtime:pypi

Install jitapi in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jitapi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jitapi"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jitapi in other clients