Back to Home
blueraai icon

bluera-knowledge

Verified Safe

by blueraai

Overview

Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.

Installation

Run Command
npx bluera-knowledge mcp

Environment Variables

  • CLAUDE_BIN
  • LOG_LEVEL
  • PROJECT_ROOT
  • BLUERA_DATA_DIR
  • SEARCH_CONFIDENCE_HIGH
  • SEARCH_CONFIDENCE_MEDIUM

Security Notes

The system uses child_process.spawn to interact with external Python (crawl4ai) and Claude CLI tools. While arguments for these tools are constructed internally and user inputs are primarily passed via stdin or validated parameters, external process execution always carries some inherent risk. File system operations for managing stores and job data rely on internally generated paths and UUIDs, mitigating direct path traversal vulnerabilities from user input. The application exposes an HTTP API and an MCP endpoint, which require standard network security practices during deployment. No obvious hardcoded secrets or eval usage detected in the core application logic.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassHigh
Avg Tokens25000
Stars6
Forks0
Last Update2026-01-18

Tags

Knowledge ManagementSemantic SearchWeb CrawlerAIVector DatabaseCLI ToolGit IntegrationCode AnalysisCoding Agents