Stats
Actions
Tags
From justokenmax
Custom MCP server running a local Python process. Purpose unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"justokenmax": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/python/justokenmax/mcp_server.py"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/python"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/pythonnpx claudepluginhub kalmantic/justokenmax --plugin justokenmax