Skip to main content
Glama
env.example1.8 kB
# ───────────────────────────────────────────────────────────── # Filesystem MCP Server Configuration # ───────────────────────────────────────────────────────────── # Server identity MCP_NAME=filesystem-mcp MCP_VERSION=1.0.0 # Logging level: debug | info | warning | error LOG_LEVEL=info # ───────────────────────────────────────────────────────────── # Filesystem Mounts # ───────────────────────────────────────────────────────────── # Multiple paths (comma-separated) - each becomes a named mount # Example: FS_ROOTS=/path/to/vault,/path/to/projects # Creates mounts: vault/, projects/ FS_ROOTS=/Users/me/obsidian-vault,/Users/me/projects # Single path (backward compatible with FS_ROOT) # FS_ROOT=/Users/me/documents # Maximum file size in bytes (default: 1MB = 1048576) MAX_FILE_SIZE=1048576 # ───────────────────────────────────────────────────────────── # Optional: Custom Instructions # ───────────────────────────────────────────────────────────── # Override default LLM instructions (optional) # MCP_INSTRUCTIONS="Custom instructions for the LLM..."

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/iceener/files-stdio-mcp-server'

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