Socket
Book a DemoInstallSign in
Socket

mcplug

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcplug

CLI tool for MCP server development with @mcplug/server

latest
npmnpm
Version
1.2.57
Version published
Maintainers
1
Created
Source

mcplug CLI

A command-line interface tool for MCP server development with @mcplug/server.

Features

  • Initialize new MCP server projects
  • Publish MCP servers to mcplug.ai

Installation

npm install -g mcplug

Usage

Initialize a new project

mcplug init [project-name]

If you don't provide a project name, you'll be prompted to enter one.

Publish your MCP server

mcplug publish

This will build your project and publish it to mcplug.ai.

Troubleshooting

If you encounter issues with finding the template directory when using mcplug init, you can run the troubleshooting script:

npx mcplug troubleshoot

This script will:

  • Check for template directories in common locations
  • Attempt to fix path issues automatically
  • Provide guidance if manual intervention is needed

Development

This CLI is built with TypeScript. To contribute or modify:

  • Clone the repository
  • Install dependencies: npm install
  • Make your changes
  • Build the project: npm run build
  • Test locally: npm start

License

MIT

Built with ❤️ for the MCP community

Keywords

mcp

FAQs

Package last updated on 30 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts