Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Montano Serverbuild the project and show me the output"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Clone the repository:
git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-serverInstall dependencies:
npm installRunning the Project
Development mode:
npm run devBuild and run in production mode:
npm run build
npm startAdding 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 configurationLicense
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.