Back to Home
metorial icon

metorial-index

Verified Safe

by metorial

Overview

Builds and maintains a comprehensive index of Model Context Protocol (MCP) servers, including metadata, descriptions, and categories, by processing server manifests from GitHub repositories and enriching data with AI.

Installation

Run Command
bun run start

Environment Variables

  • GITHUB_TOKEN
  • OPENAI_API_KEY

Security Notes

The project handles API keys (GitHub, OpenAI) through environment variables, which is a good practice. It processes potentially large amounts of external data from public GitHub repositories and sends snippets (up to 800 characters from READMEs) to OpenAI for summarization and categorization. While this is for public data, the design implies trust in the content sources and external AI service. No immediate code injection vulnerabilities or misuse of 'eval' are apparent in the provided snippets. Local file system access is for reading/writing content from a local 'catalog' directory, typically managed by the operator.

Similar Servers

Stats

Interest Score76
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars233
Forks16
Last Update2025-12-11

Tags

IndexingMetadata ManagementGitHub APIAI IntegrationData SynchronizationOpenAPIYAML processingContent Generation