ultimate-ai-dev-environment
Verified Safeby eladjak
Overview
A central registry for discovering, listing, and recommending AI development skills based on their local markdown files.
Installation
node dist/index.jsSecurity Notes
The server operates locally on skill markdown files (`SKILL.md`) found in `~/.claude/skills/` and `.claude/skills/`. It uses `YAML.parse` to extract metadata from frontmatter. While `YAML.parse` can pose risks with untrusted input, the server is designed to process local, presumably trusted skill definitions. No direct network risks or hardcoded secrets were identified within the server's own logic. The primary security concern would be if malicious `SKILL.md` files could be injected into these paths, potentially leading to local privilege escalation or unexpected behavior if the YAML parsing or subsequent markdown rendering (by the consuming AI/tool) is vulnerable. However, the server itself does not expose external network interfaces and focuses on local file processing.
Similar Servers
mcp-servers-hub
This repository serves as a hub to discover and rank the top 100 most popular Model Context Protocol (MCP) servers based on GitHub stars, aggregating information from various MCP registries.
skrills
A versatile tool to manage, validate, analyze, and synchronize AI skills and agent configurations for Claude Code and Codex CLI, running as an MCP server.
codex-mcp-skills
Manages, validates, analyzes, and synchronizes AI skills and configurations for Claude Code and Codex CLI, also serving them to MCP clients and running subagents.
mcp-mcp
Discovers and suggests other Model Context Protocol (MCP) servers to AI assistants based on natural language queries, returning their full documentation.