Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"silo": {
"command": "npx",
"args": [
"-y",
"@grainulation/silo",
"serve-mcp"
],
"env": {
"SILO_STORE": "${CLAUDE_PLUGIN_DATA}/silo"
}
}
}
}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
Environment variables set when the server starts
SILO_STORE=${CLAUDE_PLUGIN_DATA}/silonpx claudepluginhub grainulation/grainulator --plugin grainulator