MCP Server Demo
MCP 서버 데모
이 프로젝트는 모델 컨텍스트 프로토콜(MCP) 서버 구현을 보여줍니다. MCP는 AI 모델과 외부 도구/서비스 간의 통신을 원활하게 하면서 컨텍스트 인식을 유지하도록 설계된 프로토콜입니다.
특징
기본 MCP 서버 구현
도구 통합 예시
컨텍스트 관리 데모
WebSocket 기반 실시간 통신
간단한 클라이언트 예
Related MCP server: MCP Server Example
프로젝트 구조
지엑스피1
설치
저장소를 복제합니다.
git clone https://github.com/tian1ll1/mcp-server-demo.git
cd mcp-server-demo가상 환경을 만듭니다(권장):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate종속성 설치:
pip install -r requirements.txt용법
MCP 서버를 시작합니다.
python src/server.py예제 클라이언트를 실행합니다.
python examples/client.py작동 원리
MCP 서버는 다음과 같은 주요 구성 요소를 구현합니다.
컨텍스트 관리 : 각 세션의 대화 기록과 관련 컨텍스트를 유지 관리합니다.
도구 등록부 : 사용 가능한 도구와 사양을 관리합니다.
메시지 처리 : 수신 메시지를 처리하고 적절한 도구로 전달합니다.
WebSocket 서버 : 클라이언트와 실시간 통신을 제공합니다.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
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 Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.1162MIT
- AlicenseCqualityFmaintenanceA customizable Model Context Protocol server implementation that enables AI models to interact with external tools including weather queries, Google search, and camera control functionality.114Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.1511MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
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/tian1ll1/mcp-server-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server