Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 964 Bytes

File metadata and controls

66 lines (46 loc) · 964 Bytes

Installation Guide

Quick Install (Recommended)

npx @cybertheory/mcpkit

This runs MCP Kit without installing anything. Perfect for trying it out!

Global Install

For regular use, install globally:

npm install -g @cybertheory/mcpkit
mcpkit

Local Install

For project-specific use:

npm install @cybertheory/mcpkit
npx @cybertheory/mcpkit

Requirements

  • Node.js 16 or higher
  • npm (comes with Node.js)

Troubleshooting

Node.js not found

Install Node.js from nodejs.org

Permission errors (macOS/Linux)

sudo npm install -g @cybertheory/mcpkit

Windows issues

Run Command Prompt as Administrator, then:

npm install -g @cybertheory/mcpkit

Updating

NPX users

npx @cybertheory/mcpkit@latest

Global install users

npm update -g @cybertheory/mcpkit

Uninstalling

npm uninstall -g @cybertheory/mcpkit