Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From blz
Local stdio MCP server launched via 'blz mcp-server' CLI command. Configurable via RUST_LOG for logging, indicating Rust implementation. Specific tools/resources unclear.
npx claudepluginhub outfitter-dev/blzCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"blz": {
"command": "blz",
"args": [
"mcp-server"
],
"env": {
"RUST_LOG": "blz_mcp=debug,blz_core=info"
}
}
}
}Server configuration and connection parameters
blzCommand-line arguments passed to the server process
Environment variables set when the server starts
RUST_LOG=blz_mcp=debug,blz_core=infoShare bugs, ideas, or general feedback.