MCP Server
MCP
io.github.nk3750/jitapi
Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.
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
By
Comments
Sign in to leave a comment