A TypeScript-based server project designed for seamless integration and development.
Before you begin, ensure you have the following installed:
Follow these steps to set up the MCP Montano Server:
shell
git clone [email protected]:lucasmontano/mcp-montano-server.git
cd mcp-montano-server
shell
npm install
To run the server in development mode:
npm run dev
To build and run the server in production mode:
npm run build
npm start
To integrate the MCP Montano Server with Cursor IDE, add the following configuration:
{
"mcpServers": {
"montano-mcp-server": {
"command": "node",
"args": ["path/to/mcp-montano-server/build/index.js"]
}
}
}
The project is organized as follows:
mcp-montano-server/
├── src/ # Source code
├── build/ # Compiled JavaScript files
├── node_modules/ # Dependencies
├── package.json # Project configuration and dependencies
└── tsconfig.json # TypeScript configuration
This project is licensed under the MIT License. See the LICENSE file for details.
The MCP Montano Server is a simple yet powerful implementation designed to enhance your development workflow.
No releases published.
No packages published.