Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"froglet": {
"command": "npx",
"args": [
"-y",
"froglet-mcp"
],
"env": {
"FROGLET_PROFILE": "local",
"FROGLET_RUNTIME_URL": "http://127.0.0.1:8081",
"FROGLET_PROVIDER_URL": "http://127.0.0.1:8080",
"FROGLET_RUNTIME_AUTH_TOKEN_PATH": "data/runtime/auth.token",
"FROGLET_PROVIDER_AUTH_TOKEN_PATH": "data/runtime/froglet-control.token"
}
}
}
}Replace placeholder values for: FROGLET_PROVIDER_AUTH_TOKEN_PATH, FROGLET_RUNTIME_AUTH_TOKEN_PATH
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
FROGLET_PROFILE=localFROGLET_RUNTIME_URL=http://127.0.0.1:8081FROGLET_PROVIDER_URL=http://127.0.0.1:8080FROGLET_RUNTIME_AUTH_TOKEN_PATH=data/runtime/auth.tokenFROGLET_PROVIDER_AUTH_TOKEN_PATH=data/runtime/froglet-control.tokenSensitive values you must provide — never committed to source control
npx claudepluginhub armanas/froglet --plugin froglet