Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"femto": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/packages/mcp-server/src/main.ts"
],
"env": {
"FEMTO_PACKS_ROOT": "${CLAUDE_PLUGIN_ROOT}/packs",
"FEMTO_PLUGIN_DATA": "${CLAUDE_PLUGIN_DATA}",
"FEMTO_SOLO_DEV_PORT": "${user_config.solo_dev_port}",
"FEMTO_PLUGIN_VERSION": "0.1.0",
"FEMTO_SESSION_RETENTION_DAYS": "${user_config.session_retention_days}",
"FEMTO_PROBE_IDLE_TIMEOUT_MINUTES": "${user_config.probe_idle_timeout_minutes}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
FEMTO_PACKS_ROOT=${CLAUDE_PLUGIN_ROOT}/packsFEMTO_PLUGIN_DATA=${CLAUDE_PLUGIN_DATA}FEMTO_SOLO_DEV_PORT=${user_config.solo_dev_port}FEMTO_PLUGIN_VERSION=0.1.0FEMTO_SESSION_RETENTION_DAYS=${user_config.session_retention_days}FEMTO_PROBE_IDLE_TIMEOUT_MINUTES=${user_config.probe_idle_timeout_minutes}npx claudepluginhub patrickmvla/femto --plugin femto