MCP Montano Server
by lucasmontano
MCP 몬타노 서버
TypeScript 기반 서버 프로젝트.
필수 조건
Node.js(v18 이상)
npm(Node.js와 함께 제공)
커서 IDE(권장)
Related MCP server: MCP Server Template for Cursor IDE
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
npm install프로젝트 실행
개발 모드:
npm run dev프로덕션 모드에서 빌드하고 실행:
npm run build
npm start커서에 MCP 추가
{
"mcpServers": {
"montano-mcp-server": {
"command": "node",
"args": ["path/to/mcp-montano-server/build/index.js"]
}
}
}프로젝트 구조
mcp-montano-server/
├── src/ # Source code
├── build/ # Compiled JavaScript files
├── node_modules/ # Dependencies
├── package.json # Project configuration and dependencies
└── tsconfig.json # TypeScript configuration특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucasmontano/mcp-montano-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server