DecimalAI Skills Registry for Grok
ai.decimal/registry
Search agent skills ranked by measured lift vs a no-skill baseline, with safety and rankings.
client:Grok
transport:stdio
runtime:pypi
Install DecimalAI Skills Registry in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"registry": {
"type": "stdio",
"command": "uvx",
"args": [
"decimalai-mcp"
],
"env": {
"DECIMAL_API_KEY": "<DECIMAL_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