MCP Montano Server
A TypeScript-based server project.
Prerequisites
- Node.js (v18 or higher)
- npm (comes with Node.js)
- Cursor IDE (recommended)
Installation
- Clone the repository:
git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-server
- Install dependencies:
npm install
Running the Project
- Development mode:
npm run dev
- 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.
MCP Montano Server
Project Details
- lucasmontano/mcp-montano-server
- Last Updated: 4/19/2025
Recomended MCP Servers
可用于cursor 集成 mcp server
A NL2SQL plugin based on FocusSearch keyword parsing, offering greater accuracy, higher speed, and more reliability!
A MCP implementation for sending notifications via Pushover
On-premises conversational RAG with configurable containers
A Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem.
A Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
MCP Server to expose the GDB debugging capabilities
A Model Context Protocol server implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
An MCP server that autonomously evaluates web applications.
I enhance the existing memory mcp server from the official mcp github, so big thanks and credits for...





