Skip to main content
Glama

MCP 몬타노 서버

TypeScript 기반 서버 프로젝트.

필수 조건

  • Node.js(v18 이상)

  • npm(Node.js와 함께 제공)

  • 커서 IDE(권장)

Related MCP server: MCP Server for Cursor

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:

npm install

프로젝트 실행

  1. 개발 모드:

npm run dev
  1. 프로덕션 모드에서 빌드하고 실행:

npm run build npm start

커서에 MCP 추가

{ "mcpServers": { "montano-mcp-server": { "command": "node", "args": ["path/to/mcp-montano-server/build/index.js"] } } }

프로젝트 구조

mcp-montano-server/ ├── src/ # Source code ├── build/ # Compiled JavaScript files ├── node_modules/ # Dependencies ├── package.json # Project configuration and dependencies └── tsconfig.json # TypeScript configuration

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

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/lucasmontano/mcp-montano-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server