Skip to main content
Glama

MCP Chat

MCP Chat — это приложение с интерфейсом командной строки, которое позволяет взаимодействовать в чате с моделями ИИ через API Anthropic. Приложение поддерживает извлечение документов, подсказки на основе команд и расширяемые интеграции инструментов с помощью архитектуры MCP (Model Context Protocol).

Предварительные требования

  • Bun.js

  • Anthropic API Key

Related MCP server: MCP Chat

Настройка

  1. Создайте или отредактируйте файл .env в корне проекта и убедитесь, что следующие переменные настроены правильно:

ANTHROPIC_API_KEY=""  # Introduce tu clave secreta de la API de Anthropic.
  1. Установите зависимости

bun install
  1. Запустите проект

bun run src/main.ts

Использование

Базовое взаимодействие

Просто введите ваше сообщение и нажмите Enter, чтобы общаться с моделью.

Извлечение документов

Используйте символ @, за которым следует ID документа, чтобы включить его содержимое в ваш запрос:

> Cuentame sobre @deposition.md

Команды

Используйте префикс / для выполнения команд, определённых на сервере MCP:

> /format deposition.md

Команды автодополняются при нажатии Tab.

Разработка

Добавление новых документов

Отредактируйте массив DOCS в src/mcp-server/core/docs.ts, чтобы добавить новые документы.

Этот проект был создан с помощью bun init в Bun v1.3.11. Bun — это быстрый и универсальный JavaScript-рантайм.

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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.

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/gabinoalx/mcp-chat'

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