PortOne 개발자 문서를 위한 MCP(Model Context Protocol) 서버입니다. 이 서버는 PortOne 문서 내용을 LLM(Large Language Model)에 제공하여 PortOne 서비스 관련 정보를 쉽게 검색할 수 있도록 합니다.
Project description
PortOne MCP Server
포트원을 사용하는 개발자를 위한 MCP(Model Context Protocol) 서버입니다. 이 서버는 PortOne 개발자센터 문서 내용을 LLM(Large Language Model)에 제공하여 관련 정보를 쉽고 정확하게 조회할 수 있도록 합니다.
MCP 서버 등록하기
-
uv 및 Python 3.12 이상이 설치되어 있어야 합니다.
-
이 저장소를 로컬 환경에 클론합니다.
git clone https://github.com/portone-io/mcp-server.git portone-mcp-server
-
Claude Desktop -> Settings -> Developer -> Edit Config를 통해 아래 내용을 추가합니다.
"mcpServers": { // ... "portone-mcp-server": { "command": "uv", "args": [ "--directory", "/your/absolute/path/to/portone-mcp-server", "run", "portone-mcp-server" ] } }
-
Claude Desktop을 재시작해 portone-mcp-server 및 해당 서버가 제공하는 도구들이 잘 등록되었는지 확인합니다.
-
Cursor, Windsurf 등 MCP를 지원하는 IDE에 대해서도 동일한 방식으로 MCP 서버를 등록할 수 있습니다.
개발하기
요구사항
- Python 3.12 이상
- uv (Python 패키지 관리 도구)
-
저장소를 클론한 후 필요한 패키지 설치하기
uv venv uv sync --extra dev
-
MCP 서버 실행
uv run portone-mcp-server
-
테스트
uv run pytest
-
코드 린팅
uv run ruff check . uv run ruff format .
라이선스
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file portone_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: portone_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca52d809637502f57bf2915911255cb431c1e68926f91132e5857a68c1b32da
|
|
| MD5 |
38ecf36fbcd3224f801793bf6a0b1dc5
|
|
| BLAKE2b-256 |
5446104e75528c28f1eb52de6a78aa67007fbce17dfbab73c6586582ea69e954
|
File details
Details for the file portone_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: portone_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bc6eafb845004fbe3d20cfc3fd551dc4baff0d2163142713041f5b86dbb3f19
|
|
| MD5 |
9427f533a11d24f27cbace2223c802c8
|
|
| BLAKE2b-256 |
b7a689a75a3be35fb382b3cab211238fafa9a0c5ed1e5860c86d70a1a50161e0
|