Skip to main content
Glama

MCP Montano Server

by lucasmontano

MCP Montano 服务器

基于 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

基于 TypeScript 的服务器项目,可以作为 MCP(模型控制协议)服务器与 Cursor IDE 集成,从而增强开发能力。

  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