Perceptdot Core for Grok
io.github.perceptdot/core
B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.
client:Grok
transport:stdio
runtime:npm
Install Perceptdot Core in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/core"
]
}
}
}
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