Back to Home
CR-AudioViz-AI icon

crav-mcp-github

Verified Safe

by CR-AudioViz-AI

Overview

An API server for GitHub automation, enabling AI agents (like Javari AI) to programmatically manage repositories, commit code, and handle other GitHub resources.

Installation

Run Command
npm run build && npm start

Environment Variables

  • PORT
  • GITHUB_TOKEN
  • MCP_API_KEY
  • GITHUB_ORG
  • NODE_ENV

Security Notes

The server implements good security practices including API key authentication for all privileged endpoints, rate limiting, helmet for common web vulnerabilities, CORS, and comprehensive logging. GitHub token and MCP API key are loaded from environment variables. Repository deletion includes a confirmation step. There are no obvious `eval` calls, command injections, or hardcoded secrets found in the main server logic (src/index.ts). The 'avg_tokens_per_call' is interpreted as an estimate of the average data payload size (characters/words) processed during a typical API call, not AI inference tokens, as this server primarily interacts with GitHub.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2026-01-09

Tags

GitHubAutomationAPIDeveloper ToolsCoding Agents