Docdex
Docdex is a lightweight local document indexing and search daemon that builds an index of Markdown/text files on the local disk for each project and provides search fragments via HTTP API or CLI without external services or uploads.
2.5 points
5.0K

What is Docdex?

Docdex is a local document search engine designed specifically for code projects. It can automatically scan document files (such as Markdown and text files) in a project, build a local index, and then allow you to quickly find relevant document content through a simple search. All data is stored locally, without the need to connect to the Internet or any external services.

How to use Docdex?

Using Docdex is very simple: first install it, then run the indexing command in your project directory, and finally start the service. You can search for documents through the HTTP API or command-line tools, and the search results will be returned in a structured manner, which is very suitable for integration into the development workflow.

Use cases

Docdex is particularly suitable for the following scenarios: 1. There are a large number of documents in a large project that need to be quickly searched. 2. A unified document search entry is needed for team collaboration. 3. It can be integrated into AI programming assistants (such as GitHub Copilot, Cursor, etc.) to provide context. 4. The local development environment needs to quickly access project documents. 5. Scenarios where sensitive document content needs to be protected from leakage.

Main Features

Local Indexing
All document indexes are stored on the local disk, without the need for a network connection or external services, ensuring data privacy and security.
Real-time File Monitoring
The service automatically monitors changes to document files during operation and updates the index in real-time to ensure that search results are always up-to-date.
Multi-interface Support
It provides two access methods, HTTP API and command line, for easy integration into various development tools and workflows.
AI Assistant Friendly
It is specifically optimized for AI programming assistants, providing a concise API and an output format suitable for prompt engineering.
Security Features
It has multiple built-in security mechanisms, including authentication tokens, IP whitelists, rate limits, and TLS support, to protect document access security.
MCP Protocol Support
It supports the Model Context Protocol (MCP) and can be seamlessly integrated with AI development tools that support MCP (such as Cursor, Claude Desktop, etc.).
Advantages
It runs completely locally, and data never leaves your machine, protecting privacy and security.
It has a lightweight design, consumes few resources, and starts quickly.
It supports real-time file monitoring, and the index is automatically updated.
It provides multiple security options and is suitable for use in enterprise environments.
It is highly compatible with mainstream AI development tools.
It is an open-source project, allowing for customization and feature expansion.
Limitations
It only supports text and Markdown format documents and does not support binary formats such as PDF and Word.
It requires manual configuration and service startup, which is not suitable for users who are completely unfamiliar with the command line.
Indexing large projects may take some time and disk space.
Advanced security features require additional configuration.

How to Use

Install Docdex
Install Docdex globally via npm or run it temporarily using npx. Make sure your system has Node.js 18 or a higher version installed.
Create a Document Index
Run the indexing command in your project directory, and Docdex will automatically scan all document files and create a local index.
Start the Search Service
Start the HTTP service so that you can search for documents through the API. By default, it listens on the local port 46137.
Search for Documents
Now you can search for documents through the HTTP API or the command line.

Usage Examples

Provide Project Document Search for New Team Members
When new members join a project, they can quickly search for project documents through Docdex to understand the code structure, API design, and development specifications, without having to manually browse a large number of files.
AI Programming Assistant Integration
Integrate Docdex into AI programming tools such as Cursor or Claude Desktop. When the AI assistant needs to understand project documents, it can automatically search for relevant documents as context.
Document Check Before Code Review
Before submitting code for review, developers can search for relevant documents to ensure that the code implementation complies with the specifications and best practices in the project documents.

Frequently Asked Questions

What document formats does Docdex support?
How much disk space does the index take up?
How can I protect sensitive documents from being indexed?
Can Docdex be shared and used within a team?
How can I integrate Docdex with my IDE or editor?
Does Docdex support Chinese search?

Related Resources

GitHub Repository
The source code and latest version of Docdex
npm Package Page
Information about the Docdex npm package and installation instructions
Model Context Protocol Documentation
The official documentation for the MCP protocol, learn how to integrate with AI tools
Issue Feedback and Discussion
Report issues, request features, or participate in discussions

Installation

Copy the following command to your Client for configuration
{
    "mcpServers": {
      "docdex": {
        "command": "docdexd",
        "args": ["mcp", "--repo", ".", "--log", "warn", "--max-results", "8"],
        "env": {}
      }
    }
  }
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
8.4K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
8.2K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
5.0K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
9.3K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
7.2K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
9.2K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
6.6K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
7.2K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.6K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
30.7K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
60.9K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
20.3K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
57.6K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.2K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
19.6K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
84.6K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase