MCP Server
MCP Montano Server
git clone git@github.com:lucasmontano/mcp-montano-server.git
Install
claude mcp add mcp-montano-server -- npx -y mcp-montano-serverREADME.md
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.
Stars136
Installs138
Forks54
LanguageTypeScript
AddedMar 18, 2025
UpdatedApr 15, 2026
Related Git & Version Control Servers
View allFetch MCP Server
modelcontextprotocol/servers
85.7k81.8K
Sequential Thinking MCP Server
modelcontextprotocol/servers
85.7k81.8K
Everything MCP Server
modelcontextprotocol/servers
85.7k81.8K
mcp-server-git: A git MCP server
modelcontextprotocol/servers
85.7k81.8K
Knowledge Graph Memory Server
modelcontextprotocol/servers
85.7k81.8K
Time MCP Server
modelcontextprotocol/servers
85.7k81.8K