Loading MCP server directory, please wait...
Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.
npx @getmcp/cli add io.github.nk3750/jitapiRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENAI_API_KEYOpenAI API key for embeddings and workflow planning
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nk3750/jitapi": {
"command": "uvx",
"args": [
"jitapi"
],
"env": {
"OPENAI_API_KEY": ""
}
}
}
}