
demo mcp azure
Azure関連のMCP活用デモ
Repository Info
About This Server
Azure関連のMCP活用デモ
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Filesystem MCP Server
npm install -g @modelcontextprotocol/server-filesystem
2. 設定ファイルを編集
使用するアプリに応じた設定ファイルを見つけて(存在しなければ新規作成して)編集します。
VSCode
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
設定内容
"args" の3つ目の引数以降に、アクセスを許可したいディレクトリのパスを指定します。
例(パスは実際にアクセスを許可したいディレクトリに置き換えてください):
{
"mcpServers": {
"file-system": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/yourname/Documents",
"/Users/yourname/Projects"
]
}
}
}
- 複数ディレクトリを指定する場合はカンマ区切りで連ねます。
- Windowsの場合は
C:\\Users\\あなたのユーザー名\\Desktopのように指定してください。
Quick Start
Clone the repository
git clone https://github.com/nomhiro/demo-mcp-azureInstall dependencies
cd demo-mcp-azure
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.