← Back to Plugins
MCP Server MCP

io.github.nk3750/jitapi

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx jitapi

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "jitapi",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for embeddings and workflow planning",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...