Skip to content
Cursor

vivesca for Cursor

org.vivesca/vivesca

Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve.

client:Cursor transport:stdio runtime:pypi

Install vivesca in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vivesca": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vivesca"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vivesca in other clients