Remote Project File-System MCP
by roobak-1234
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Server logging level (DEBUG, INFO, WARNING, ERROR). | INFO |
| PROJECT_ROOT | No | Absolute or relative path to the project directory to serve. | . |
| MAX_READ_BYTES | No | Maximum file size allowed for full read_file calls. | 524288 |
| MAX_READ_LINES | No | Maximum lines returned in a single read_file call. | 2000 |
| MAX_SEARCH_RESULTS | No | Maximum matches returned by search_code. | 100 |
| IGNORED_DIRECTORIES | No | Comma-separated directory names to ignore. | .git,__pycache__,node_modules,... |
| BLOCKED_FILE_PATTERNS | No | Comma-separated glob patterns for blocked secret files. | .env,.env.*,*.pem,*.key,id_rsa,... |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues