#!/usr/bin/env python3
"""Simple script to run the File System MCP Server."""
import sys
import os
# Add src to Python path
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src'))
try:
from file_system_mcp_server.main import main
main()
except ImportError as e:
print(f"Error: {e}")
print("\nTo run the full MCP server, install the mcp library:")
print(" pip install mcp")
print("\nOr test core functionality with:")
print(" python test_core_functionality.py")
sys.exit(1)
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/chidvilas1234/Project-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server