agentskin for Grok
io.github.shawn5cents/agentskin
The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.
client:Grok
transport:stdio
runtime:npm
Install agentskin in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentskin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentskin"
],
"env": {
"BRAVE_SEARCH_API_KEY": "<BRAVE_SEARCH_API_KEY>",
"SERPER_API_KEY": "<SERPER_API_KEY>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"APILAYER_KEY": "<APILAYER_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