Back to Home
rach icon

instruction

Verified Safe

by rach

Overview

This server provides a structured way for LLM applications to retrieve pre-defined markdown instructions and context, such as project workflows or code review checklists, via the Model Context Protocol (MCP).

Installation

Run Command
npx instruction-mcp -c instruction.yaml

Security Notes

The server's core functionality involves reading local markdown files based on paths defined in the `instruction.yaml` configuration. Trusting the `instruction.yaml` file is crucial, as it dictates which local files can be served. There are no direct `eval` calls, obfuscation, or hardcoded secrets found. By default, it operates over standard I/O (stdio), limiting direct network exposure unless explicitly configured for HTTP (which is not the default or primary mode shown).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1250
Stars0
Forks0
Last Update2025-12-13

Tags

MCPLLM ToolsKnowledge RetrievalDevelopment WorkflowMarkdown