furlow mcp for Cursor
io.github.virgilvox/furlow-mcp
Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots.
client:Cursor
transport:stdio
runtime:npm
Install furlow mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"furlow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@furlow/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs