고릴라(Gorela) 개발자 사이트 MCP 서버
@BarogoDevelopers
About 고릴라(Gorela) 개발자 사이트 MCP 서버
고릴라(Gorela) 연동 개발자를 위한 개발자 사이트 API 문서 제공 MCP 서버
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gorela-developer-mcp-server": {
"command": "npx",
"args": [
"gorela-developer-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 고릴라(Gorela) 개발자 사이트 MCP 서버?
고릴라(Gorela) 개발자 사이트 MCP 서버는 Model Context Protocol을 사용하여 구현된 MCP 서버로, 고릴라(Gorela) API 문서를 AI 모델에 컨텍스트로 제공합니다. 고릴라는 바로고(BAROGO)에서 제공하는 배달 중계 플랫폼으로, 주문 제휴사와 배달대행사를 연결하는 API를 제공합니다. 이 서버는 Cursor AI IDE 같은 MCP 호스트 환경에서 AI가 고릴라 API를 이해하고 응답할 수 있도록 지원합니다.
How to use 고릴라(Gorela) 개발자 사이트 MCP 서버?
Node.js 18.0.0 이상이 필요합니다. npm 저장소 버전은 npx gorela-developer-mcp-server로 실행할 수 있고, 로컬 빌드는 npm install, npm run build 후 npm start로 실행합니다. Cursor AI IDE와 연동하려면 ~/.cursor/mcp.json에 MCP 서버 정보를 추가합니다. 설정만 하면 Cursor IDE가 필요할 때 자동으로 서버를 실행합니다.
Key features of 고릴라(Gorela) 개발자 사이트 MCP 서버
- 요청된 경로의 고릴라 API 문서를 안전하게 가져와 AI 모델에 제공
- Cursor AI IDE와 같은 MCP 호스트 환경에서 바로 사용 가능
- npm 저장소 배포 버전으로 설치 없이 즉시 실행 가능
- 프로젝트 루트의 logs/mcp-server.log 파일에 로깅
- 상위 디렉토리 접근 시도 등 보안 관련 이벤트 로깅
Use cases of 고릴라(Gorela) 개발자 사이트 MCP 서버
- IDE를 떠나지 않고 고릴라 API 문서에 접근하여 질문하기
- API 호출 헤더 설정 방법을 자연어로 문의하기
- 주문 접수 API 유형 및 차이점 이해하기
- 예약 주문 접수 시 유의사항 확인하기
- API 테스트 코드를 AI의 도움으로 작성하기
FAQ from 고릴라(Gorela) 개발자 사이트 MCP 서버
What are the runtime requirements?
Node.js 18.0.0 이상이 필요합니다.
How do I install and run the server?
npm 저장소 버전은 npx gorela-developer-mcp-server로 실행할 수 있습니다. 로컬 빌드는 프로젝트를 클론한 후 npm install, npm run build를 실행하고 npm start로 실행합니다.
How do I integrate with Cursor AI IDE?
Cursor AI IDE의 Settings → MCP 섹션에서 "Add new global MCP server"를 클릭하여 ~/.cursor/mcp.json 파일을 편집합니다. mcpServers 객체에 고릴라 MCP 서버 정보를 추가한 후 Cursor IDE를 재시작합니다.
Where can I see logs?
로그는 프로젝트 루트 디렉토리의 logs/mcp-server.log 파일에 저장됩니다. 서버 시작 시 로그 파일 경로가 출력됩니다.
What happens if a document is not found?
네트워크 연결이나 API 문서 URL 경로 변경을 확인하고, 로그 파일에서 오류 메시지를 확인합니다. 개발자 사이트에 접속하여 문서 존재 여부를 확인할 수 있습니다.
More Developer Tools MCP servers
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
prysmaticlabsGo implementation of Ethereum proof of stake
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Comments