We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-bridge/local-filesystem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
constants.py•215 B
"""Shared constants for LocalFS."""
from pathlib import Path
# Default root directory for filesystem operations
# Set to "/" for full filesystem access or Path.cwd() for current directory
DEFAULT_ROOT = Path("/")