Loading MCP server directory, please wait...
Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
npx @getmcp/cli add io.github.sani-savaliya/agentifyRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sani-savaliya/agentify": {
"command": "npx",
"args": [
"-y",
"agentify-openapi"
],
"env": {
"AGENTIFY_BEARER_TOKEN": "",
"AGENTIFY_API_KEY": "",
"AGENTIFY_API_KEY_HEADER": "",
"AGENTIFY_API_KEY_QUERY": "",
"AGENTIFY_BASIC_USER": "",
"AGENTIFY_BASIC_PASS": ""
}
}
}
}