๐ฏ Cursor IDE
/setup--configuration/cursor-ide
Method 1: One-Click (if available in Cursor MCP marketplace)
Method 2: Manual Config
Create .cursor/mcp.json in your project (or global config):
json
{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "mcp", "start"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Important: Cursor must be in Agent Mode (not Ask Mode) to access MCP tools. Cursor supports up to 40 MCP tools.
Sources: Cursor MCP Docs, Cursor Directory