nomhiro
MCP Servernomhiropublic

demo mcp azure

Azure関連のMCP活用デモ

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

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

1

Clone the repository

git clone https://github.com/nomhiro/demo-mcp-azure
2

Install dependencies

cd demo-mcp-azure
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownernomhiro
Repodemo-mcp-azure
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation