instruction
Verified Safeby 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
npx instruction-mcp -c instruction.yamlSecurity 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
mcp-advisor
Provides LLMs and humans with structured access to the Model Context Protocol (MCP) specification and documentation for understanding and compliance evaluation.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.