We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnYui/mcpDevelop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•244 B
"""文件管理器MCP服务包
这个包提供了一个MCP服务器,允许AI助手执行基本的文件系统操作。
"""
__version__ = "0.1.0"
__author__ = "MCP Developer"
__description__ = "A file management MCP server for AI assistants"