Skip to content
Cline

agentify for Cline

io.github.sani-savaliya/agentify

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

client:Cline transport:stdio runtime:npm

Install agentify in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentify": {
      "command": "npx",
      "args": [
        "-y",
        "agentify-openapi"
      ],
      "env": {
        "AGENTIFY_BEARER_TOKEN": "<AGENTIFY_BEARER_TOKEN>",
        "AGENTIFY_API_KEY": "<AGENTIFY_API_KEY>",
        "AGENTIFY_API_KEY_HEADER": "<AGENTIFY_API_KEY_HEADER>",
        "AGENTIFY_API_KEY_QUERY": "<AGENTIFY_API_KEY_QUERY>",
        "AGENTIFY_BASIC_USER": "<AGENTIFY_BASIC_USER>",
        "AGENTIFY_BASIC_PASS": "<AGENTIFY_BASIC_PASS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agentify in other clients