Pincushion for Grok
io.github.jcooley8/pincushion
Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.
client:Grok
transport:stdio
runtime:npm
Install Pincushion in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pincushion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pincushion-mcp"
]
}
}
}
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