pseolint for Grok
io.github.ouranos-labs/pseolint
Penalty-risk audit for programmatic SEO sites: verdict, risk score, and a fix manifest.
client:Grok
transport:stdio
runtime:npm
Install pseolint in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pseolint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pseolint/mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"PSEOLINT_MCP_SAMPLE_CAP": "<PSEOLINT_MCP_SAMPLE_CAP>"
}
}
}
}
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