reviewmetric for Cursor
io.github.vktr93/reviewmetric
An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.
client:Cursor
transport:stdio
runtime:pypi
Install reviewmetric in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reviewmetric": {
"type": "stdio",
"command": "uvx",
"args": [
"reviewmetric-mcp"
],
"env": {
"REVIEWMETRIC_API_KEY": "<REVIEWMETRIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs