Simple MCP Server Implementation TypeScript-based implementation.
139 stars
TypeScript
Updated Sep 18, 2025
Documentation
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:
bash
git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-server2. Install dependencies:
bash
npm installRunning the Project
1. Development mode:
bash
npm run dev2. Build and run in production mode:
bash
npm run build
npm startAdding MCP to Cursor
json
{
"mcpServers": {
"montano-mcp-server": {
"command": "node",
"args": ["path/to/mcp-montano-server/build/index.js"]
}
}
}Project Structure
code
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.
Similar MCP
Based on tags & features
Trending MCP
Most active this week