agentify for Cursor
io.github.sani-savaliya/agentify
Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
client:Cursor
transport:stdio
runtime:npm
Install agentify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentify": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs