n1ght-mcp
Verified Safeby NightHammer1000
Overview
A modular MCP server toolkit providing task management, data file editing (JSON, XML, YAML, TOML), global rules, sequential thinking, and Gemini AI integration to assist in daily development work.
Installation
npx github:NightHammer1000/n1ght-mcpEnvironment Variables
- MODULES
- NO_WEBUI
- THINKING_LOG
Security Notes
The server uses `child_process.spawn` with `shell: true` to execute the `gemini` CLI. While user prompts are passed via stdin, `shell: true` inherently carries a minor risk if the environment or PATH is compromised. File I/O operations are core to the data module, which could be misused by a faulty AI agent (e.g., directory traversal or overwriting critical files). No explicit `eval` or hardcoded secrets were found. The `gemini-sandbox` tool is explicitly designed for safe execution, indicating awareness of code execution risks.
Similar Servers
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
claude-power-pack
Provides AI-powered code review and analysis using Google Gemini, offering detailed feedback, root cause analysis, and security considerations across multi-turn sessions.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
devcontext
An MCP server that provides continuous, project-centric context awareness by learning from development patterns, enhancing the developer experience with relevant codebase insights.