loading…
Search for a command to run...
loading…
Enables AI clients like Cursor and Claude Desktop to interact with the MelviChat platform through the Model Context Protocol. It provides a standardized interfa
Enables AI clients like Cursor and Claude Desktop to interact with the MelviChat platform through the Model Context Protocol. It provides a standardized interface for consuming MelviChat API services within AI development tools.
Este servidor implementa el Model Context Protocol (MCP) para interactuar con la plataforma MelviChat. Permite a clientes de IA (como Cursor, Claude Desktop, etc.) consumir la API de MelviChat de forma estandarizada.
http://127.0.0.1:8000Crear entorno virtual (opcional pero recomendado):
python -m venv venv
.\venv\Scripts\activate
Instalar dependencias:
pip install -r requirements.txt
Para iniciar el servidor MCP (usando transporte stdio):
python server.py
Puedes usar el inspector web de MCP para probar las herramientas:
npx @modelcontextprotocol/inspector python server.py
Configura el cliente para ejecutar el script server.py usando el intérprete de python.
Ejemplo de configuración (json):
{
"mcpServers": {
"melvichat": {
"command": "python",
"args": ["c:\\Users\\Melvisoft\\Downloads\\chatIA\\mcp_server\\server.py"]
}
}
}
# M C P - C H A T - I A
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"melvichat-mcp-server": {
"command": "npx",
"args": []
}
}
}