MCP Python Server
MCP(모델 컨텍스트 프로토콜) 구현
개요
이 프로젝트는 Python의 서버-클라이언트 아키텍처를 사용하여 모델 컨텍스트 프로토콜(MCP)을 구현합니다. MCP 서버는 모델 컨텍스트 관리와 관련된 요청을 처리하고, MCP 클라이언트는 서버와 상호 작용하여 데이터를 주고받습니다.
Related MCP server: MCP Server Demo
필수 조건
파이썬 3.x
환경 설정
가상 환경 만들기 터미널을 열고 프로젝트 디렉터리로 이동합니다. 다음 명령을 실행하여 가상 환경을 만듭니다.
지엑스피1
가상 환경 활성화
Windows의 경우:
venv\Scripts\activatemacOS/Linux의 경우:
source venv/bin/activate
가상 환경을 활성화한 후 다음을 사용하여 필요한 패키지를 설치합니다.
pip install -r requirements.txt
애플리케이션 실행
MCP 서버 시작 1. 가상 환경이 활성화된 상태에서 터미널을 열고
mcp_server.py가 있는 디렉터리로 이동합니다. 다음 명령을 실행합니다.python mcp_server.pyMCP 클라이언트 시작 가상 환경이 활성화된 상태에서 다른 터미널 창(또는 탭)을 열고
mcp_client.py가 있는 디렉터리로 이동합니다. 다음 명령을 실행합니다.python mcp_client.py
용법
MCP 서버를 시작한 후 MCP 클라이언트를 사용하여 해당 서버와 상호 작용할 수 있습니다.
기여하다
개선 사항이나 버그 수정 사항이 있으면 저장소를 포크하여 풀 리퀘스트를 제출하세요.
특허
이 프로젝트는 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
- Alicense-qualityCmaintenanceEnables type-safe, bidirectional communication with Model Context Protocol services, allowing centralized management of model contexts over HTTP.208MIT
- Flicense-qualityDmaintenanceA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.
- Alicense-qualityDmaintenanceA Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.MIT
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
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
MCP (Model Context Protocol) server for Appwrite
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/jatindera/MCPBasic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server