MCP Montano Server

by palattine

158 downloads
Not rated
GitHub

Description

# MCP Montano Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:lucasmontano/mcp-montano-server.git cd…

About

# MCP Montano Server A TypeScript-based server project. ## Prerequisites - Node.js (v18 or higher) - npm (comes with Node.js) - Cursor IDE (recommended) ## Installation 1. Clone the repository: ```bash git clone git@github.com:lucasmontano/mcp-montano-server.git cd mcp-montano-server ``` 2. Install dependencies…

Details

Author
palattine
Downloads
158
Categories
Other

- TypeScript-based MCP server project
- Development mode with hot reload (npm run dev)
- Production build and start (npm run build && npm start)
- Seamless integration with Cursor IDE
- MIT licensed open-source project
- Simple project structure with src and build directories

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Montano Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js v18+, clone the repository, run npm install, then use npm run dev for development or npm run build && npm start for production. For Cursor IDE integration, add the provided JSON configuration to your Cursor settings under mcpServers.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

MCP Montano Server

A TypeScript-based server project.

Prerequisites

- Node.js (v18 or higher)
- npm (comes with Node.js)
- Cursor IDE (recommended)

Installation

1. Clone the repository:

git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-server

2. Install dependencies:

npm install

Running the Project

1. Development mode:

npm run dev

2. Build and run in production mode:

npm run build
npm start

Adding MCP to Cursor

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

Project Structure

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.