Cover image
Try Now
2025-03-18

Simple MCP Server Implementation

3 years

Works with Finder

4

Github Watches

40

Github Forks

100

Github Stars

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.

相关推荐

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beria Joey
  • 你的职业规划师,不走弯路就问我。Sponsor:小红书“ ItsJoe就出行 ”

  • Benedikt Ess
  • FindetundanalysiertOnlineProdukteeinschlielichAmazonnachVolumenBewertungenundPreis

  • Dhravya
  • Collection of apple-native tools for the model context protocol.

  • GLips
  • MCP server to provide Figma layout information to AI coding agents like Cursor

  • Mintplex-Labs
  • The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.

  • adafruit
  • Python code to use the MCP3008 analog to digital converter with a Raspberry Pi or BeagleBone black.

  • patchy631
  • In-depth tutorials on LLMs, RAGs and real-world AI agent applications.

  • open-webui
  • A simple, secure MCP-to-OpenAPI proxy server

  • activepieces
  • AI Agents & MCPs & AI Workflow Automation • (280+ MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

    Reviews

    4 (1)
    Avatar
    user_82bbxjJ3
    2025-04-17

    I have been using the mcp-montano-server created by lucasmontano and I am thoroughly impressed. This server delivers excellent performance and stability, making it a crucial tool for developers. The detailed documentation and easy-to-follow setup guide available on GitHub are very helpful. If you're looking for a reliable server solution, I highly recommend checking out mcp-montano-server.