From grainulator
Local stdio MCP server providing access to Silo storage, configured via SILO_STORE environment variable. Enables data storage and retrieval capabilities for Claude workflows. Runs as a subprocess.
npx claudepluginhub grainulation/grainulator --plugin grainulatorAdd to your .mcp.json:
{
"mcpServers": {
"silo": {
"command": "npx",
"args": [
"-y",
"@grainulation/silo",
"serve-mcp"
],
"env": {
"SILO_STORE": "${CLAUDE_PLUGIN_DATA}/silo"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxSILO_STORE=${CLAUDE_PLUGIN_DATA}/silo