JUHE API Marketplace
druellan avatar
MCP Server

LLMDotfiles MCP Server

A Model Context Protocol server that scans and exposes AI-related dotfiles and configuration files to LLM agents, helping them understand project context and guidelines.

0
GitHub Stars
11/20/2025
Last Updated
MCP Server Configuration
1{
2 "name": "LLMDotFiles",
3 "command": "npm",
4 "args": [
5 "start"
6 ],
7 "env": {
8 "ProjectPath": "",
9 "externalFolders": ";"
10 },
11 "cwd": ""
12}
JSON12 lines
  1. Home
  2. MCP Servers
  3. llmdotfiles-mcp

README Documentation

LLMDotfiles MCP Server

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:

  1. List Resources: Automatically scans the project to find available dotfiles.
  2. Read Resources: Access the content of specific dotfiles.
  3. 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

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved