Stats
Actions
Tags
From grainulator
Local stdio MCP server for Mill, launched via npx serve-mcp command. Runs as Node.js subprocess. Capabilities unclear from key and configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mill": {
"command": "npx",
"args": [
"-y",
"@grainulation/mill",
"serve-mcp"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub grainulation/grainulator --plugin grainulator