Dotfiles MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dotfiles MCP ServerGenerate my bi-weekly report from GitHub PRs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dotfiles MCP Server
這是一個 MCP (Model Context Protocol) 伺服器,讓大型語言模型 (LLMs) 如 Claude 或 Copilot 可以存取並執行您的自動化腳本。 此專案旨在讓使用者無需完整複製龐大的 dotfiles 儲存庫,也能透過簡單的設定流程,快速使用這些強大的開發工具。
功能
自動化工具整合:自動將
bin/目錄下的 Shell 腳本轉換為可供 LLM 呼叫的 MCP 工具。便攜式設計:內建設定腳本,自動下載所需腳本並設定環境,隨裝隨用。
安全路徑管理:支援動態路徑配置,確保工具在正確的環境下執行。
Related MCP server: TermPipe MCP
包含的工具腳本
安裝後,LLM 將能夠使用以下工具:
bi-weekly-report: 自動生成雙週工作報告 (透過 GitHub PRs)checkout-ticket: 根據 JIRA 票號快速建立並切換開發分支checkout-config: 快速切換設定檔專案分支deploy-console: 觸發 Jenkins 部署 Console 專案deploy-one: 觸發 Monorepo 部署trace-build: 追蹤 Jenkins 建置狀態並回報進度review-ticket: 協助進行 Code Review
快速開始
1. 複製專案
git clone https://github.com/andrew-wu-12/dotfile-mcp-server.git
cd dotfile-mcp-server2. 執行自動化設定
此指令會自動下載最新的腳本、安裝 NPM 相依套件,並編譯 TypeScript 程式碼。
npm run setup3. 設定 MCP 客戶端
設定腳本執行完畢後,會直接在終端機顯示您需要的設定資訊。請根據您使用的客戶端進行設定。
Claude Desktop / OpenCode 設定
將以下 JSON 設定加入您的設定檔 (例如 claude_desktop_config.json 或 opencode.json):
{
"mcpServers": {
"dotfiles": {
"command": "node",
"args": ["{dotfile-mcp-server 絕對路徑}/dist/index.js"],
"env": {
"DOTFILES_PATH": "{dotfile-mcp-server 絕對路徑}"
}
}
}
}Claude Code (CLI) 使用方式
若要在 Claude Code CLI 中直接加入此伺服器,請執行以下指令(npm run setup 結束時會提供包含正確路徑的完整指令):
claude mcp add dotfiles -- /usr/bin/env DOTFILES_PATH="{dotfile-mcp-server 絕對路徑}" node "{dotfile-mcp-server 絕對路徑}/dist/index.js"開發與維護
更新腳本: 重新執行
npm run setup即可重新下載最新的腳本。重新建置:
npm run build
授權
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with GitHub repositories, Confluence documentation, and Databricks Unity Catalog through comprehensive tools for code exploration, documentation retrieval, and data schema management.19
- Alicense-qualityDmaintenanceProvides AI assistants with direct terminal access to execute commands, manage files, and run persistent REPL sessions. It features automated installation scripts that educate AI assistants on its capabilities for seamless integration.MIT
- AlicenseBqualityDmaintenanceEnables Git repository interaction and automation via LLMs, providing tools to read, search, and manipulate Git repositories.15111MIT
- Alicense-qualityFmaintenanceEnables LLMs like Claude and ChatGPT to access and manage git-backed Obsidian vaults through tools for file operations, search, tags, and journal logging.3,78613MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/andrew-wu-12/dotfile-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server