Back to Home
seanshin0214 icon

gpt-mcp-server

Verified Safe

by seanshin0214

Overview

Enables ChatGPT Desktop to securely access and interact with the local filesystem for reading, searching, and optionally writing files.

Installation

Run Command
python server.py

Environment Variables

  • GPT_MCP_ALLOWED_DIRS
  • GPT_MCP_PORT
  • GPT_MCP_DEBUG
  • GPT_MCP_LOG_LEVEL

Security Notes

The server implements robust security measures including path normalization to prevent traversal, a whitelist-based approach for allowed directories, blacklisting of sensitive file and directory patterns (e.g., .env, .git, .ssh), and file size limits to prevent Denial of Service. It defaults to read-only access, requiring explicit configuration for write operations. Sensitive content masking is also available for output. While `rate_limit` is configured in `config.yaml` and `SecurityConfig`, its explicit enforcement within the provided `SecurityLayer` code is not directly visible.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-28

Tags

Local FilesystemChatGPTMCPDeveloper ToolsSecurity-Enhanced