Skip to main content
Glama
lucasmontano

MCP Montano Server

by lucasmontano

MCP Montano Server

A TypeScript-based server project.

Prerequisites

  • Node.js (v18 or higher)

  • npm (comes with Node.js)

  • Cursor IDE (recommended)

Related MCP server: MCP Server Template for Cursor IDE

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.

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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