jitapi for Windsurf
io.github.nk3750/jitapi
Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.
client:Windsurf
transport:stdio
runtime:pypi
Install jitapi in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jitapi": {
"command": "uvx",
"args": [
"jitapi"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs