From grainulator
Runs locally as a stdio subprocess via wheat-mcp command. Provides MCP tools, resources, or prompt templates; specific capabilities unclear from configuration.
npx claudepluginhub grainulation/grainulator --plugin grainulatorAdd to your .mcp.json:
{
"mcpServers": {
"wheat": {
"command": "npx",
"args": [
"-y",
"-p",
"@grainulation/wheat",
"wheat-mcp"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npx