Skip to main content
Glama

MCP Chat

MCP Chat는 Anthropic API를 통해 AI 모델과 대화형 채팅 기능을 제공하는 명령줄 인터페이스 애플리케이션입니다. 이 애플리케이션은 문서 검색, 명령 기반 프롬프트, MCP(Model Control Protocol) 아키텍처를 통한 확장 가능한 도구 통합을 지원합니다.

전제 조건

  • Python 3.9+

  • Anthropic API 키

Related MCP server: MCP Chat

설정

1단계: 환경 변수 구성

  1. 프로젝트 루트의 .env 파일을 생성하거나 편집하고 다음 변수가 올바르게 설정되어 있는지 확인합니다.

ANTHROPIC_API_KEY=""  # Enter your Anthropic API secret key

2단계: 종속성 설치

옵션 1: uv로 설정 (권장)

uv는 빠른 Python 패키지 설치 프로그램이자 해석기입니다.

  1. 아직 설치되지 않은 경우 uv를 설치합니다.

pip install uv
  1. 가상 환경을 생성하고 활성화합니다.

uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. 종속성을 설치합니다.

uv pip install -e .
  1. 프로젝트를 실행합니다.

uv run main.py

옵션 2: uv 없이 설정

  1. 가상 환경을 생성하고 활성화합니다.

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. 종속성을 설치합니다.

pip install anthropic python-dotenv prompt-toolkit "mcp[cli]==1.8.0"
  1. 프로젝트를 실행합니다.

python main.py

사용법

기본 상호 작용

메시지를 입력하고 Enter를 눌러 모델과 채팅하세요.

문서 검색

@ 기호 다음에 문서 ID를 입력하면 쿼리에 문서 내용이 포함됩니다.

> Tell me about @deposition.md

명령

MCP 서버에서 정의된 명령을 실행하려면 / 접두사를 사용하세요.

> /summarize deposition.md

Tab을 누르면 명령이 자동 완성됩니다.

개발

새 문서 추가

mcp_server.py 파일을 편집하여 docs 사전에 새 문서를 추가하세요.

MCP 기능 구현

MCP 기능을 완전히 구현하려면:

  1. mcp_server.py의 TODO를 완료하세요.

  2. mcp_client.py에서 누락된 기능을 구현하세요.

린트 및 타입 검사

구현된 린트 또는 타입 검사는 없습니다.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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
    B
    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.
    2
  • 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.

View all related MCP servers

Related MCP Connectors

  • Run AI customer support from your terminal: conversations, knowledge base, and chat widget.

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

View all MCP Connectors

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/dani-tc/anthropic-mcp-chat'

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