mcp-montano-server

lucasmontano/mcp-montano-server

4.4

mcp-montano-server is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of mcp-montano-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP Montano Server is a TypeScript-based server project designed to work with Node.js and npm, providing a robust environment for developing and deploying applications.

Try mcp-montano-server with chat:

Server config via mcphub

Tools
1
Resources
0
Prompts
0

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
  1. Install dependencies:
npm install

Running the Project

  1. Development mode:
npm run dev
  1. 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.