Skip to main content
Glama

MCP Montano Server

by lucasmontano

MCP 몬타노 서버

TypeScript 기반 서버 프로젝트.

필수 조건

  • Node.js(v18 이상)
  • npm(Node.js와 함께 제공)
  • 커서 IDE(권장)

설치

  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

Cursor IDE와 MCP(Model Control Protocol) 서버로 통합할 수 있는 TypeScript 기반 서버 프로젝트로, 향상된 개발 기능을 제공합니다.

  1. 필수 조건
    1. 설치
      1. 프로젝트 실행
        1. 커서에 MCP 추가
          1. 프로젝트 구조
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
                Last updated -
                3
                13
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.
                Last updated -
                2
                839
                4
                JavaScript
              • A
                security
                A
                license
                A
                quality
                A template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.
                Last updated -
                11
                2
                Python
                MIT License
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.
                Last updated -
                882
                23
                JavaScript
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              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