Odel
jitapi

jitapi

Local
@nk37507PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIjitapiv0.1.1

Run

uvx jitapi

MCP client config

{
  "mcpServers": {
    "jitapi": {
      "command": "uvx",
      "args": [
        "jitapi"
      ]
    }
  }
}