We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielpodrazka/editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•242 B
"""
MCP Text Editor Package
A Python-based text editor server built with FastMCP that provides tools
for file operations. This server enables reading, editing, and managing
text files through a standardized API.
"""
__version__ = "0.1.0"