reviewmetric for Grok
io.github.vktr93/reviewmetric
An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline.
client:Grok
transport:stdio
runtime:pypi
Install reviewmetric in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reviewmetric": {
"type": "stdio",
"command": "uvx",
"args": [
"reviewmetric-mcp"
],
"env": {
"REVIEWMETRIC_API_KEY": "<REVIEWMETRIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs