
MCP Montano Server
A TypeScript-based server project.
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 configurationCopy & paste โ that's it
npm installPrerequisites
- 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 installRunning the Project
- Development mode:
npm run dev- Build and run in production mode:
npm run build
npm startNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
This project is licensed under the MIT License - see the LICENSE file for details.