π¦
Montano Server
Simple MCP Server Implementation
0 installs
138 stars
55 forks
Trust: 59 β Fair
Devtools
Installation
npx mcp-montano-serverAsk AI about Montano Server
Powered by Claude Β· Grounded in docs
I know everything about Montano Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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.
