Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ak
Custom MCP server running a local Python process. Purpose unclear from configuration alone.
npx claudepluginhub icloudza/algokiller-plugin --plugin akCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ak": {
"command": "python3",
"args": [
"-u",
"${CLAUDE_PLUGIN_ROOT}/server/algokiller_mcp.py"
],
"env": {
"PYTHONUNBUFFERED": "1",
"ALGOKILLER_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONUNBUFFERED=1ALGOKILLER_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}Share bugs, ideas, or general feedback.