We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-pedraza/poeditor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
POEditor MCP Server
A Model Context Protocol server for POEditor API integration.
Provides tools for managing translations, projects, and localization workflows.
"""
__version__ = "1.0.0"
__author__ = "POEditor MCP Team"
__email__ = "contact@poeditor-mcp.com"
from .server import main, server
__all__ = ["main", "server"]