md-skills-mcp
by NickRimmer
Overview
Provides a server that exposes local scripts defined in Markdown, PowerShell, or TypeScript as MCP tools to an MCP-capable client.
Installation
No command providedSecurity Notes
The server executes arbitrary PowerShell and TypeScript files from the specified tools folder. PowerShell scripts are run with `-ExecutionPolicy Bypass`, which allows any script to execute, posing a significant security risk if tool files are untrusted or sourced externally. TypeScript files are transpiled and executed at load time, also allowing arbitrary code execution. Running this server with untrusted tool files could lead to system compromise.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.