Skip to main content
Glama
melvi24

MelviChat MCP Server

by melvi24

MelviChat MCP Server

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.

Requisitos

  • Python 3.10+

  • El backend de ChatIA debe estar corriendo en http://127.0.0.1:8000

Instalación

  1. Crear entorno virtual (opcional pero recomendado):

    python -m venv venv
    .\venv\Scripts\activate
  2. Instalar dependencias:

    pip install -r requirements.txt

Uso

Ejecutar el Servidor MCP

Para iniciar el servidor MCP (usando transporte stdio):

python server.py

Probar con Inspector

Puedes usar el inspector web de MCP para probar las herramientas:

npx @modelcontextprotocol/inspector python server.py

Integración con Clientes

Cursor / Claude Desktop

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"]
    }
  }
}

MCP-CHAT-IA

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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/melvi24/MCP-CHAT-IA'

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