Back to Home
2AMK icon

Procedural-World-Simulation-Engine-MCP-Server

Verified Safe

by 2AMK

Overview

The server provides an LLM with structured information about a codebase, including file listings, directory trees, and file contents, acting as a context provider for development agents.

Installation

Run Command
python server.py

Security Notes

The server implements robust path sanitization using `resolve_safe_path` to prevent path traversal vulnerabilities, ensuring all file operations are confined within the `ALLOWED_DIR`. File read operations are limited to 200KB, mitigating potential denial-of-service from reading excessively large files. The primary security concern is the hardcoded `ALLOWED_DIR` which, while restricting scope, could expose system information if the repository itself contains sensitive data.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens15000
Stars0
Forks0
Last Update2026-01-18

Tags

Procedural GenerationWorld SimulationPythonLLM ContextCodebase Analysis