bernardpacis.github.io
by bernardpacis
Overview
Scaffolds a production-ready Model Context Protocol (MCP) server quickly with minimal configuration.
Installation
npm run startSecurity Notes
The provided SOURCE CODE is an `index.md` documentation file describing a server scaffolding kit. It does not contain executable code, making a direct security audit of the server or kit impossible. No security risks like 'eval', obfuscation, network risks, or hardcoded secrets can be identified from this documentation alone.
Similar Servers
frontmcp
The CodeCall plugin provides AgentScript-based meta-tools for orchestrating MCP tools, enabling programmatic discovery, description, execution, and invocation of server capabilities within a sandboxed JavaScript environment.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
template-mcp-server
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.