Back to Home
metorial icon

metorial-index

Verified Safe

by metorial

Overview

A background service that builds and maintains a comprehensive public catalog of Model Context Protocol (MCP) servers, enriching their metadata through automated fetching from repositories and AI-driven content generation.

Installation

Run Command
bun ./src/index.ts

Environment Variables

  • GITHUB_TOKEN
  • OPENAI_API_KEY

Security Notes

The project relies on environment variables for sensitive API keys (GitHub, OpenAI), which is a good practice. It processes external YAML files and feeds their content to an AI model for generation. While `yaml.parse` is generally safer than `yaml.load` for untrusted input, large or malformed YAML could potentially cause resource exhaustion or unexpected behavior. No direct remote code execution vulnerabilities are apparent in the provided code, but careful input validation is crucial when interacting with external content and APIs.

Similar Servers

Stats

Interest Score63
Security Score7
Cost ClassHigh
Avg Tokens1000
Stars269
Forks19
Last Update2025-12-31

Tags

MCP IndexingCatalog ManagementMetadata ProcessingAI Content GenerationRepository Scraper