You're right to ask about other AI coding tools beyond Cursor and Windsurf. The knowledge sources primarily mention Cursor and Windsurf as they have specific integration guides, but Convex's MCP server can potentially work with other AI coding tools as well.
The Convex MCP server follows the Model Context Protocol standard, which is designed to be a standardized way for AI agents to interact with different tools. While the documentation specifically mentions testing with Cursor and plans to test with other agents like Windsurf and Claude Desktop, it doesn't explicitly exclude other AI coding tools.
From the knowledge sources:
"For the MCP server beta, we've only tested it with Cursor on macOS Sequoia. We'll be testing more agents (e.g. Windsurf and Claude Desktop) on more operating systems in the future. But, in the meantime, configuring these tools with the same npx -y convex@latest mcp start command should work." Stack > Convex MCP Server
There's no specific mention of Lovable.dev or v0 integration in the provided knowledge sources. However, if these tools support the Model Context Protocol standard, there's a possibility they could work with Convex's MCP server using the same command.
For tools that don't support MCP, you can still use Convex's general AI rules and guidelines to help these tools generate appropriate Convex code. The knowledge sources mention that Convex is designed to work well as a generation target for AI tools due to its well-specified semantics:
"Convex works really well as a generation target for a lot of AI tools due to the well-specified semantics. people are building businesses based on this." Discord support thread: Convex's compatibility