We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nexus-aissam/mcp-local'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•355 B
"""
MCP Local - A comprehensive file management server for Model Context Protocol
This package provides advanced file operations, search capabilities, and system tools
for MCP-compatible applications.
"""
__version__ = "1.0.0"
__author__ = "Your Name"
__email__ = "your.email@example.com"
from .server import create_server
__all__ = ["create_server"]