Back to Home
HarryGremlins icon

altius-mcp-server

by HarryGremlins

Overview

The server acts as an agent to interact with and manage specific Git repositories (revm, alloy, reth) by providing tools to list repositories, search code, read files, and list branches as part of the Model Context Protocol.

Installation

Run Command
pnpm start

Environment Variables

  • PORT
  • URL_REVM
  • URL_ALLOY
  • URL_RETH

Security Notes

CRITICAL: The `search_code` tool is vulnerable to command injection. The `query` argument is directly interpolated into a `git grep` command without proper sanitization. An attacker can execute arbitrary shell commands. Potential command injection in `git clone` operations if environment variables `URL_REVM`, `URL_ALLOY`, `URL_RETH` are not trusted, as their values are directly used in shell commands. The `read_file` tool has basic path traversal prevention, but command injection for the `path` argument is still a risk if not fully sanitized.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

Git InteractionCode ManagementAPI ServerMCPDeveloper Tool