blz
by outfitter-dev
Overview
Provides fast, local documentation search and retrieval for AI agents, using llms.txt files for line-accurate citations.
Installation
blz mcp-serverEnvironment Variables
- BLZ_INSTALL_DIR
- BLZ_VERSION
- BLZ_DATA_DIR
- BLZ_GLOBAL_CONFIG_DIR
- BLZ_OUTPUT_FORMAT
- BLZ_MAX_CHARS
- RUST_LOG
- CARGO_TARGET_DIR
- XDG_CONFIG_HOME
- XDG_DATA_HOME
Security Notes
The project exhibits a strong focus on security in its design and development practices, including explicit whitelisting for commands, robust input validation, path sanitization, and detailed dependency management (deny.toml). However, the documentation (docs/release/v1.3-risk-matrix.md) explicitly flags a 'Medium' severity SSRF (Server-Side Request Forgery) vulnerability via the `source-add` functionality. This means an attacker, or an autonomous AI agent, could potentially induce the server to make requests to internal IP addresses (e.g., 127.0.0.1, internal network services) if provided with a malicious URL. While this risk is mitigated in single-user local deployments and a fix is planned for v1.3.1, its presence means the server is not entirely safe for agentic use without strict input validation/sanitization by the agent itself, or in scenarios where the BLZ server is exposed in a multi-tenant environment (which is not its intended use case). No 'eval' or obfuscation was found, and sensitive tokens are handled via environment variables.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mcp-documentation-server
A local-first MCP server for document management, semantic search, and AI-powered document intelligence.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.