Back to Home
Polaralias icon

Skills-MCP-Server

Verified Safe

by Polaralias

Overview

A server that exposes a collection of markdown-based skills as Model Context Protocol (MCP) prompts and resources, enabling LLMs to access specialized knowledge and workflows.

Installation

Run Command
TRANSPORT=http npx tsx src/index.ts

Environment Variables

  • TRANSPORT
  • PORT
  • ROOT_DIR

Security Notes

The server uses `cors` with `origin: "*"`, which allows requests from any origin. While common for public APIs, this means cross-origin requests are unrestricted. It relies on the integrity of local skill manifest, prompt, and resource files (`fs.readFile`). Assuming these files are trusted and the host environment is secure against file tampering, the risk is mitigated. No `eval`, dynamic untrusted code execution, or obvious command injection vulnerabilities were found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1300
Stars0
Forks0
Last Update2025-12-20

Tags

skillsdocumentationknowledge-baseAI ToolsModel Context Protocol