Back to Home
irab icon

orgbrain

Verified Safe

by irab

Overview

Provides a Model Context Protocol (MCP) server for knowledge extraction and cross-repository analysis within multi-repository organizations.

Installation

Run Command
node dist/index.js

Environment Variables

  • MCP_CONFIG
  • ORGBRAIN_EXTRACTOR_CONCURRENCY
  • ORGBRAIN_REPO_CONCURRENCY
  • ORGBRAIN_GIT_FETCH_CONCURRENCY
  • GIT_SSH_COMMAND

Security Notes

The system involves cloning repositories and executing `git` commands, which inherently carries risks if interacting with untrusted code. The `GitManager` explicitly sets `GIT_SSH_COMMAND: "ssh -o BatchMode=yes -o StrictHostKeyChecking=no"`. Disabling `StrictHostKeyChecking` bypasses host key verification for SSH connections, making the cloning process vulnerable to Man-in-the-Middle (MITM) attacks if the git remote server is compromised or impersonated. While this prevents interactive prompts and might be acceptable in tightly controlled environments (e.g., trusted CI/CD against a trusted GitHub instance), it is a significant security consideration for a general-purpose tool.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens35000
Stars0
Forks0
Last Update2026-01-08

Tags

knowledge extractioncross-repo analysissoftware architecturedeveloper toolscode analysis