MCP Montano Server
by lucasmontano
MCP モンタノ サーバー
TypeScript ベースのサーバー プロジェクト。
前提条件
Node.js (v18以上)
npm (Node.js に付属)
カーソルIDE(推奨)
Related MCP server: MCP Server Template for Cursor IDE
インストール
リポジトリをクローンします。
git clone git@github.com:lucasmontano/mcp-montano-server.git
cd mcp-montano-server依存関係をインストールします:
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 ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
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