-
securityA
license-
qualityA Model Context Protocol server that extracts and analyzes Python code structures, focusing on import/export relationships between files to help LLMs understand code context.
Last updated -
4
Python
MIT License
모델 컨텍스트 프로토콜(MCP)을 위한 Pyodide 서버 구현입니다. 이 서버는 대규모 언어 모델(LLM)이 MCP 인터페이스를 통해 Python 코드를 실행할 수 있도록 지원합니다.
지엑스피1
stdio 모드로 시작(기본값):
SSE 모드에서 시작:
SSE 모드에서 실행할 때 서버는 다음과 같은 엔드포인트를 제공합니다.
http://localhost:3020/sse
http://localhost:3020/messages
클라이언트 연결 예:
@modelcontextprotocol/sdk
: MCP SDK (^1.4.0)pyodide
: Python 런타임 환경 (^0.27.1)arktype
: 유형 검증 라이브러리 (^2.0.1)express
: SSE 지원을 위한 웹 프레임워크cors
: SSE 지원을 위한 CORS 미들웨어npm run build
: TypeScript를 컴파일하고 실행 권한을 설정합니다.npm start
: stdio 모드로 서버 실행npm run start:sse
: SSE 모드로 서버를 실행합니다.PYODIDE_CACHE_DIR
: Pyodide 캐시 디렉토리(기본값: "./cache")PYODIDE_DATA_DIR
: 마운트된 데이터의 디렉토리(기본값: "./data")PORT
: SSE 서버용 포트(기본값: 3020)MIT
git checkout -b feature/amazing-feature
)git commit -am 'Add some amazing feature'
)git push origin feature/amazing-feature
)문제와 질문이 있으면 이슈 추적기를 이용하세요.
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
모델 컨텍스트 프로토콜(MCP)을 통해 대규모 언어 모델(LLM)로 Python 코드를 실행하기 위한 Pyodide 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonaka15/mcp-pyodide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server