ssd-ai
Verified Safeby ssdeanx
Overview
An AI development assistant that uses natural language to help developers with a wide range of coding, planning, debugging, and project management tasks across TypeScript, JavaScript, and Python projects.
Installation
npm run start:stdioEnvironment Variables
- LOG_DIR
- MEMORY_DB_PATH
- MEMORIES_DIR
- CHROME_PATH
- PORT
- HOSTNAME
- NODE_ENV
Security Notes
The server uses `puppeteer-core` to launch a headless browser with `--no-sandbox` flags, which significantly reduces security when navigating to untrusted external URLs. While intended for debugging, if an attacker can control the `url` parameter in `monitor_console_logs` or `inspect_network_requests` tools, it could potentially expose the server to browser-based vulnerabilities or information leakage from untrusted web content. All other components (Python script execution via stdin, SQLite with prepared statements, and HTTP transport with configurable CORS) appear to follow good security practices. Access control is not required by default for discovery endpoints.
Similar Servers
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.