Back to Home
blueraai icon

bluera-knowledge

Verified Safe

by blueraai

Overview

A local knowledge management and semantic search tool, leveraging AI (Claude CLI) for intelligent crawling, content extraction, and code analysis across various sources (web, local files, git repositories). It integrates as a Model Context Protocol server for AI agents.

Installation

Run Command
node dist/index.js mcp

Environment Variables

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

Security Notes

The server uses `child_process.spawn` for a Python bridge (for web crawling, Python AST parsing) and Git cloning, and also for invoking the `claude` CLI. While these are common patterns, they always introduce a potential risk if inputs are not perfectly sanitized or if the spawned processes themselves have vulnerabilities. However, the project extensively uses `zod` for validating inputs to the MCP server and external services, which is a strong mitigation. The server defaults to binding to `127.0.0.1`, limiting external network exposure. No obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars4
Forks0
Last Update2026-01-17

Tags

Semantic SearchKnowledge ManagementWeb CrawlerCode AnalysisAI AgentLLM IntegrationEmbeddingsCLI ToolModel Context Protocol