11 days ago
@q-mesh/mcp lets Claude, Cursor, Continue and any MCP client query the [QMesh](https://q-mesh.com) crowdtesting platform.
Server Config
{
"mcpServers": {
"qmesh": {
"command": "npx",
"args": [
"-y",
"@q-mesh/mcp"
],
"env": {
"QMESH_USER_TOKEN": "<your Supabase JWT from q-mesh.com>"
}
}
}
}