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
A Whistle proxy management tool based on Model Context Protocol that allows AI assistants to directly control local...
Vite plugin that enables a MCP server helping models to understand your Vue app better.
BurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's...
A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and...
🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It...
ChromaDB-powered local indexing support for Cursor, exposed as an MCP server
MCP server that allows Claude to have a voice.





