Skip to main content
Glama

File Manager MCP Server

by cnYui
main.py238 B
#!/usr/bin/env python3 """文件管理器MCP服务器入口文件 这个文件提供了启动MCP服务器的入口点。 """ from file_manager_mcp.server import main if __name__ == "__main__": import asyncio asyncio.run(main())

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/cnYui/mcpDevelop'

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