Llmdotfiles
БесплатноНе проверенAn MCP (Model Context Protocol) server for scanning AI-related dotfiles and configuration files, and expose them to the agent tool.
Описание
An MCP (Model Context Protocol) server for scanning AI-related dotfiles and configuration files, and expose them to the agent tool.
README
An MCP (Model Context Protocol) server for scanning AI-related dotfiles and configuration files, and expose them to the agent tool.
Overview
This MCP server provides access to a variety of dotfiles and configuration resources that help LLMs understand project context and guidelines. This is an experimental project that seek to detect and expose all the different rules, guidelines, settings and configuration files the different agentic extensions make use of. This also includes the llms.txt proposal.
Installation
Requires NodeJS 18.x
Clone the project to any local folder you want.
Do a npm install or pnpm install to download the dependencies.
Use it as a project/workspace MCP server, this is an example config file for Claude Desktop:
{
"mcp": {
"LLMDotFiles": {
"command": "npm",
"args": [
"start"
],
"env": {
"ProjectPath": "<ABSOLUTE PROJECT PATH>",
"externalFolders": "<ABSOLUTE PATH TO EXTRA RULES>;<ANOTHER EXTRA PATH>"
},
"cwd": "<MCP SERVER INSTALLATION PATH>"
}
}
}
It can work as a global server, but since the project path is required, can only serve one project/workspace at a time.
Resources API
This server implements the MCP Resources API to provide access to dotfiles:
- List Resources: Automatically scans the project to find available dotfiles.
- Read Resources: Access the content of specific dotfiles.
- Read ALL Resources: returns the content of all the files detected by the server, concatenated in a single string.
Resource URIs
Resources are available using the file:/// URI scheme:
file:///{projectPath}/{filename}
The bulk of all resources can be obtained using LLMfiles:/// URI scheme:
Files and Folders Scanned
Project Files
- llms.txt
- ai-instructions.md
- project-context.md
- .github/copilot-instructions.md
- .continuerules
- .clinerules
- .roorules
- .kilocoderules
Project Folders
- .vscode/rules
- .roo/rules
- .kilocode/rules
- .cursor/rules
- .continue/rules
- .windsurf/rules
External Folders
- ~/Documents/Cline/Rules
License
MIT
Установка Llmdotfiles
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/druellan/llmdotfiles-mcpFAQ
Llmdotfiles MCP бесплатный?
Да, Llmdotfiles MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Llmdotfiles?
Нет, Llmdotfiles работает без API-ключей и переменных окружения.
Llmdotfiles — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Llmdotfiles в Claude Desktop, Claude Code или Cursor?
Открой Llmdotfiles на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Llmdotfiles with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
