Agent Plugins Marketplace
All plugins

mcp-md-reader

v1.4.1

Navigate Markdown structure and retrieve only the relevant section through MCP.

Codex1 MCP serverstdio

By Jose EstévezLicense: Apache-2.01.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install mcp-md-reader for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add mcp-md-reader@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “mcp-md-reader” remain stable.

  • Codex: mcp-md-reader@agent-plugin-marketplacemcp-md-reader@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/JoseEstevez520/mcp-md-reader/.

Plugin files

plugins/JoseEstevez520/mcp-md-reader/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

md-readerstdio
command
node
args
${PLUGIN_ROOT}/plugin/mcp-md-reader.cjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/JoseEstevez520/mcp-md-reader/.codex-plugin/plugin.json
{
  "name": "mcp-md-reader",
  "version": "1.4.1",
  "description": "Navigate Markdown structure and retrieve only the relevant section through MCP.",
  "author": {
    "name": "Jose Estévez",
    "email": "[email protected]",
    "url": "https://www.linkedin.com/in/jose-est%C3%A9vez-b9b761388"
  },
  "homepage": "https://github.com/JoseEstevez520/mcp-md-reader",
  "repository": "https://github.com/JoseEstevez520/mcp-md-reader",
  "license": "Apache-2.0",
  "keywords": [
    "markdown",
    "mcp",
    "context",
    "retrieval"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Markdown Reader",
    "shortDescription": "Read only the relevant Markdown section.",
    "longDescription": "Navigate headings, metadata, and vault links before retrieving a precise Markdown section.",
    "developerName": "Jose Estévez",
    "category": "Development & Workflow",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://github.com/JoseEstevez520/mcp-md-reader",
    "defaultPrompt": "Find the relevant section in my Markdown vault and read only that section.",
    "brandColor": "#07121F",
    "composerIcon": "./assets/icon.svg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mcp-md-reader on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mcp-md-reader)