Skip to main content
Glama

MCP Montano Server

by lucasmontano

MCP モンタノ サーバー

TypeScript ベースのサーバー プロジェクト。

前提条件

  • Node.js (v18以上)
  • npm (Node.js に付属)
  • カーソルIDE(推奨)

インストール

  1. リポジトリをクローンします。
git clone git@github.com:lucasmontano/mcp-montano-server.git cd mcp-montano-server
  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 ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

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

MCP (モデル制御プロトコル) サーバーとして Cursor IDE に統合できる TypeScript ベースのサーバー プロジェクト。これにより、開発機能が強化されます。

  1. 前提条件
    1. インストール
      1. プロジェクトの実行
        1. カーソルにMCPを追加する
          1. プロジェクト構造
            1. ライセンス

              Related MCP Servers

              • 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
                728
                7
                JavaScript
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that integrates with Cursor IDE, providing real-time communication, modern web dashboards, and extensible tools via SSE and WebSocket connections.
                Last updated -
                728
                1
                Python
              • 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
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.
                Last updated -
                3
                98
                67
                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