HomeDevelopment › jitapi

jitapi

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

Python CloudLocal macOSWindowsLinux
★ 7 stars Last pushed 2026-06-14 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.1)

uvx jitapi

Or add to your MCP client config:

{
  "mcpServers": {
    "jitapi": {
      "command": "uvx",
      "args": [
        "jitapi"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY required secret — OpenAI API key for embeddings and workflow planning

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry