Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Video Editor MCP Server
Claim
by
Kush36Agrawal
GitHub
Image & Video Processing
Python
17
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Video_Editor_MCP
src
video_editor
src/video_editor/__init__.py
src/video_editor/__main__.py
src/video_editor/newserver.py
src/video_editor/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) if __name__ == "__main__": main() # Optionally expose other important items at package level __all__ = ['main', 'server']