MCP Montano Server
A general-purpose server project built with TypeScript.
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 [email protected]: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.
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
SonarQube MCP Server
Integrates with SonarQube to provide AI assistants with access to code quality metrics, issues, and analysis results.
CURSOR25X
An interactive task loop server for Cursor IDE, designed to perform task-based operations for modern web application development.
MCP Developer Name
Returns the current developer's information.
Qase MCP Server
An MCP server for interacting with the Qase test management platform.
Tabby-MCP-Server
A Tabby plugin implementing an MCP server for AI-powered terminal control and automation.
FastMCP
A fast, Pythonic framework for building MCP servers and clients.
flyto-core
Deterministic execution engine for AI agents. 412 MCP tools across 78 categories — browser, file, Docker, data, crypto, scheduling, and more.
Floyd
Scheduling and booking engine for AI agents. Check availability, hold slots, and confirm appointments with two-phase booking and conflict-free resource management.
Srclight
Deep code indexing for AI agents — 25 MCP tools: hybrid FTS5 + embedding search, call graphs, git blame/hotspots, build system analysis. Multi-repo workspaces, GPU-accelerated semantic search, 10 languages. Fully local, zero cloud dependencies.
Cloudflare MCP Server Example
An example of deploying a remote MCP server on Cloudflare Workers without authentication.