Skip to main content
Glama

MCP 채팅

MCP 채팅은 Anthropic API를 통해 AI 모델과 채팅 상호작용을 가능하게 하는 명령줄 인터페이스 애플리케이션입니다. 이 애플리케이션은 문서 검색, 명령 기반 프롬프트, MCP(모델 제어 프로토콜) 아키텍처를 통한 확장 가능한 도구 통합을 지원합니다.

사전 요구 사항

  • Bun.js

  • Anthropic API 키

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을 누르면 자동 완성됩니다.

개발

새 문서 추가

src/mcp-server/core/docs.tsDOCS 배열을 편집하여 새 문서를 추가하세요.

이 프로젝트는 Bun v1.3.11에서 bun init으로 생성되었습니다. 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