Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From superwiser
Local stdio MCP server bootstrapped via bash mcp-bootstrap.sh script with PYTHONUNBUFFERED for unbuffered Python output. Purpose unclear from configuration; key 'superwiser'.
npx claudepluginhub mu4farooqi/superwiser --plugin superwiserCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"superwiser": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp-bootstrap.sh"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONUNBUFFERED=1Share bugs, ideas, or general feedback.