- Explore MCP Servers
- claude-mcp-files
Claude Mcp Files
What is Claude Mcp Files
claude-mcp-files is a configuration and management repository for the Claude MCP server, designed to facilitate the setup and management of MCP instances.
Use cases
Use cases include setting up custom MCP configurations for various applications, automating deployment processes, and managing multiple MCP submodules within a single repository.
How to use
To use claude-mcp-files, clone the repository, install the necessary dependencies using pnpm, configure environment variables in .env.personal, and generate the required configuration files. You can also automate MCP execution approval through a provided script.
Key features
Key features include support for custom MCP implementations, automatic approval for MCP execution, and a structured directory for managing MCP submodules and packages.
Where to use
claude-mcp-files can be used in software development environments where MCP servers are deployed, particularly in projects requiring configuration management and automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Claude Mcp Files
claude-mcp-files is a configuration and management repository for the Claude MCP server, designed to facilitate the setup and management of MCP instances.
Use cases
Use cases include setting up custom MCP configurations for various applications, automating deployment processes, and managing multiple MCP submodules within a single repository.
How to use
To use claude-mcp-files, clone the repository, install the necessary dependencies using pnpm, configure environment variables in .env.personal, and generate the required configuration files. You can also automate MCP execution approval through a provided script.
Key features
Key features include support for custom MCP implementations, automatic approval for MCP execution, and a structured directory for managing MCP submodules and packages.
Where to use
claude-mcp-files can be used in software development environments where MCP servers are deployed, particularly in projects requiring configuration management and automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Claude MCP Preset
Claude MCPサーバー用の設定・MCP管理リポジトリ
Requirements
- Node.js (specified .node-version)
- pnpm
- uv
- 1Password CLI
- direnv
セットアップ
$ git clone --recursive [email protected]:d-kimuson/claude-mcp-preset.git
$ cd claude-mcp-preset
$ pnpm i --recursive
$ pnpm build
$ pnpm generate:env
$ cp .env.personal.template .env.personal
設定ファイルの生成
.env.personal に端末・用途に合わせて環境変数を設定する
$ pnpm generate:config
MCP 実行の自動承認
Command + Shift + Option + i で Developer Tool が開ける。
開いたら auto_approve_snippet.js をコピーして Console に貼り付けることで自動承認ができる。
スクリプト内に自動承認するツール名の配列が存在するので必要に応じて更新する。
ディレクトリ構造
mcps/: clone が必要な MCP の submodulepackages/: カスタムMCPの実装
カスタムMCPの追加
packagesに新規ディレクトリを作成- MCPの実装
claude_desktop_config.jsonに設定を追加
共通MCPの追加
$ git submodule add [repo-url] mcps/[name]
共通MCPの削除
$ git submodule deinit -f mcps/[name]
$ git rm -f mcps/[name]
$ rm -rf .git/modules/mcps/[name]
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










