Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingfalse
PYTHON_PATHNoPython executable pathpython
ALLOWED_PATHSNoSpecific paths to allow (more restrictive than drives)
ALLOWED_DRIVESNoComma-separated drive letters your AI can accessC,F
PYTHON_TIMEOUTNoDefault Python timeout (ms)30000
POWERSHELL_PATHNoPowerShell executablepowershell.exe
POWERSHELL_TIMEOUTNoDefault PowerShell timeout (ms)60000
PYTHON_MAX_TIMEOUTNoMax Python timeout (ms)300000
POWERSHELL_MAX_TIMEOUTNoMax PowerShell timeout (10 min)600000

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_directoryA

List contents of a directory. Returns file/folder names, sizes, and timestamps.

read_fileA

Read contents of a file. Supports text files with configurable encoding.

write_fileA

Write or update a file. Automatically creates backup of existing files.

search_filesA

Search for files using glob patterns. Supports wildcards like *.json, **/*.py

get_file_infoA

Get file or directory metadata including size, timestamps, and type.

create_directoryB

Create a new directory. Creates parent directories as needed.

delete_fileA

Delete a file. Creates backup before deletion by default.

run_python_scriptA

Execute a Python script file with arguments. MCP-safe subprocess handling with captured stdout/stderr.

run_python_codeB

Execute inline Python code. Creates temp file, runs it, cleans up. Includes basic security checks.

check_python_syntaxA

Check Python code syntax without executing. Uses Python's ast.parse.

get_python_infoA

Get Python interpreter information including version, path, and platform.

run_powershellB

Execute a PowerShell command with full system access. No restrictions - for trusted AI partners. Can access registry, services, network, processes, and more.

run_powershell_scriptA

Execute a PowerShell script file (.ps1) with arguments. Full system access with MCP-safe subprocess handling.

get_powershell_infoA

Get PowerShell and system information including version, OS, machine name, and user.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/For-Sunny/darkside-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server