Odel
agentify

agentify

Local
@sani-savaliya1TypeScriptUpdated 2mo ago

Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.

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).

npmagentify-openapiv0.1.1

Run

npx -y agentify-openapi

MCP client config

{
  "mcpServers": {
    "agentify": {
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi"
      ]
    }
  }
}