Neoforge Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Neoforge Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A powerful Model Control Protocol (MCP) server that provides terminal command execution and file system management capabilities for AI assistants through a RESTful API interface.
git clone https://github.com/neoforge-dev/neoforge-mcp-server.git
cd python-server-mcpuv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -e .python server.pyThe server will start on http://0.0.0.0:8000.
The project includes a comprehensive test suite to verify functionality:
# Install test dependencies
uv pip install -r requirements.txt
# Run all tests
./run_tests.py
# Run tests with coverage report
./run_tests.py --coverage
# Run tests with verbose output
./run_tests.py --verbose
# Run specific test file
./run_tests.py --test tests/test_command_execution.pyThe test suite covers:
Configure Cursor to use this MCP service by adding it to your ~/.cursor/mcp.json file:
{
"mcpServers": {
"NeoMCP": {
"command": "/path/to/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/path/to/python-server-mcp/server.py"
]
}
}
}execute_command: Run commands with configurable timeoutsread_output: Get output from running processesforce_terminate: Stop a running commandlist_sessions: Show all active command sessionslist_processes: View all system processeskill_process: Kill processes by PIDblock_command: Add commands to the blacklistunblock_command: Remove commands from the blacklistread_file: Read file contentswrite_file: Write data to a filecreate_directory: Create new directorieslist_directory: List contents of a directorymove_file: Move or rename files and directoriessearch_files: Find files matching patternsget_file_info: Get detailed file informationedit_block: Apply precise text replacements using diff-like syntaxsystem_info (resource): Get detailed system informationcalculate: Evaluate mathematical expressionsContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.