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-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-advisor
Provides LLMs and humans with comprehensive, version-controlled access to the Model Context Protocol (MCP) specification and documentation through prompts and resources.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.