Stats
Actions
Tags
From lumen
Custom MCP server running a local script via stdio transport. Name suggests potential integration with the Lumen PHP microframework, but purpose is unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lumen": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/run",
"args": [
"stdio"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/runCommand-line arguments passed to the server process
npx claudepluginhub anthropics/claude-plugins-official --plugin lumen