local-docs-mcp AGENTS.md

local-docs-mcp AGENTS.md is an instructions file for Codex, OpenCode from nguyenchiencong/local-docs-mcp. It costs 733 tokens per session, scanned A, original, MIT.

Project instructions for a local-document search system. The system indexes documents, turns their meaning into searchable data, stores it in Qdrant, and lets AI assistants search it through MCP.

In plain words
What is it for?
Use it when working on document indexing, semantic search, the MCP server, or tests in the local-docs-mcp project.
Why use it?
It gives an AI coding agent the project's layout, commands, and operating model in one place. This reduces guesswork when indexing documents, starting the server, or running tests.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/nguyenchiencong/local-docs-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/nguyenchiencong/local-docs-mcp

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for local-docs-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nguyenchiencong/local-docs-mcp/agents-md.svg)](https://agentmods.dev/instructions/nguyenchiencong/local-docs-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/nguyenchiencong/local-docs-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/nguyenchiencong/local-docs-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 733 This file is loaded in full into every session.
When invoked 733 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00733 $0.00733
Opus 5 $0.00367 $0.00367
Sonnet 5 $0.00147 $0.00147
Haiku 4.5 $0.00073 $0.00073

Measured 5d ago against content hash b041cda3b3b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

local-docs-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Overview

This is a modular semantic search system with MCP (Model Context Protocol) integration for indexing and searching local documentation using Qdrant vector database and Ollama embeddings. The system provides AI assistants with semantic search capabilities through the Model Context Protocol.

Key Commands

Indexing Documents

# Index documents from the docs/ directory
uv run python -m src.indexing.main_flow

# Alternative using the project script
local-docs-index

Running the MCP Server

# Start the MCP server for AI assistant integration
uv run python -m src.mcp_server.server

# Alternative using the project script
local-docs-mcp

Testing

# Run tests with pytest directly (if available)
uv run pytest tests/

Architecture Overview

Core Components

  1. Indexing Module (src/indexing/)

    • main_flow.py: Main CocoIndex flow for document processing and embedding generation
    • chunking.py: Text chunking utilities using Chonkie library
  2. Search Service (src/search/)

    • service.py: Decoupled semantic search service with various search strategies
    • models.py: Data models for search results and configuration
  3. MCP Server (src/mcp/)

    • server.py: MCP server implementation exposing search tools
    • tools.py: MCP tool definitions and handlers

Configuration

  • Environment Variables: Set in .env file (copy from .env.example)
  • Project Settings: pyproject.toml contains dependencies and build configuration

Key Dependencies

  • cocoindex: Document processing and indexing framework
  • qdrant-client: Vector database client
  • ollama: Local AI model serving
  • mcp: Model Context Protocol library
  • chonkie: Text chunking library

Development Notes

Document Indexing

  • Documents are sourced from the docs/ directory by default
  • Text is chunked using Chonkie library before embedding
  • Embeddings are generated using Ollama with the specified model
  • Results are stored in Qdrant collection named "local-docs-collection"

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 102 lines · 733 tokens per session scan A b041cda3b3b0

Subscribe to this mod's changes

local-docs-mcp AGENTS.md is an instructions file published in the GitHub repository nguyenchiencong/local-docs-mcp (2 stars, last pushed 9mo ago), licensed MIT. It adds 733 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.