mcp-chat
MCP Chat
MCP Chat es una aplicación de interfaz de línea de comandos que permite la interacción mediante chat con modelos de IA a través de la API de Anthropic. La aplicación admite la recuperación de documentos, indicaciones basadas en comandos e integraciones de herramientas extensibles mediante la arquitectura MCP (Protocolo de Control de Modelos).
Prerequisitos
Bun.js
Anthropic API Key
Related MCP server: MCP Chat
Setup
Crea o edita el archivo
.enven la raíz del proyecto y verifica que las siguientes variables estén configuradas correctamente:
ANTHROPIC_API_KEY="" # Introduce tu clave secreta de la API de Anthropic.Instala dependencias
bun installCorré el proyecto
bun run src/main.tsUso
Interacción básica
Simplemente escribe tu mensaje y presiona Enter para chatear con el modelo.
Recuperación de documentos
Usa el símbolo @ seguido del ID de un documento para incluir su contenido en tu consulta:
> Cuentame sobre @deposition.mdComandos
Usa el prefijo / para ejecutar comandos definidos en el servidor MCP:
> /format deposition.mdLos comandos se autocompletan al presionar Tab.
Desarrollo
Agregar nuevos documentos
Editá el arreglo DOCS en src/mcp-server/core/docs.ts para agregar nuevos documentos.
Este proyecto fue creado con bun init en Bun v1.3.11. Bun es un runtime de JavaScript rápido y todo-en-uno.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA command-line interface application that enables interactive chat with AI models through the Anthropic API, supporting document retrieval, command-based prompts, and extensible tool integrations.
- FlicenseNot gradedqualityDmaintenanceA command-line interface application that enables interactive chat with AI models through the Anthropic API, supporting document retrieval, command-based prompts, and extensible tool integrations.
- FlicenseBqualityDmaintenanceEnables interactive chat with AI models via Anthropic API, supporting document retrieval and extensible command-based tool integrations.2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gabinoalx/mcp-chat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server