Back to Home
ghostsecurity icon

ghost-mcp-server

Verified Safe

by ghostsecurity

Overview

Provides a Model Context Protocol (MCP) server for the Ghost Security API, enabling AI agents to securely manage security findings and analyze repository data through standardized tools.

Installation

Run Command
npx ghostsecurity-mcp

Environment Variables

  • GHOST_SECURITY_API_KEY
  • GHOST_SECURITY_BASE_URL
  • GHOST_SECURITY_REPO_ID
  • ANTHROPIC_API_KEY

Security Notes

The core server and client code adhere to standard security practices for API interaction, utilizing API keys passed via environment variables or command-line arguments for authentication. Responses containing large lists of findings are intelligently truncated to prevent excessive token usage by AI models, which is a good reliability and cost-control measure. No direct use of 'eval' or other dynamic code execution that could lead to runtime injection vulnerabilities was observed. Installation scripts (e.g., `install.js`, `setup-claude-code.sh`) use `execSync` for system commands and directly embed user-provided API keys into JSON configuration files. While this is a common installer pattern, it carries a minor, theoretical risk if a maliciously crafted API key were to bypass string escaping during setup. This is a setup-time, not runtime, consideration, and assumes the user trusts the installer script itself.

Similar Servers

Stats

Interest Score27
Security Score8
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2026-01-07

Tags

MCPSecurityAPI IntegrationVulnerability ManagementCode Analysis