Back to Home
codemeasandwich icon

MCP-atom

Verified Safe

by codemeasandwich

Overview

A zero-boilerplate framework for building Model Context Protocol (MCP) servers by automatically discovering, validating, and registering tools, prompts, and resources from JSDoc-annotated files.

Installation

Run Command
npm start

Environment Variables

  • TRANSPORT
  • USE_HTTP
  • PORT

Security Notes

The server uses `cors({ "origin": "*" })` by default for its HTTP transport, which is acceptable for development and inspector use but should be restricted in production deployments. The core mechanism involves dynamically importing and executing `.js` files from the `register/` directory; thus, the integrity and trustworthiness of content within `register/` are paramount. No obvious hardcoded secrets, `eval`, or command injection vulnerabilities were found in the provided core source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-30

Tags

MCP ServerAI FrameworkAuto-DiscoveryJSDoc-DrivenLow-CodeNode.js