@oglabs/mcp
Version:
Interactive CLI tool and MCP server for managing MCP configurations with tech stack detection and recommendations
20 lines (15 loc) • 528 B
Markdown
# MCP Manager - Production Build
## Quick Start
1. Install dependencies: `npm install`
2. Start web server: `npm start`
3. Access at: http://localhost:3333
## Files Structure
- `mcp-manager.cjs` - Main CLI and web server
- `mcp-server.js` - MCP server implementation
- `db.json` - Database of available servers
- `assets/` - Minified frontend assets
- `index.html` - Web interface
## Environment Variables
- `PORT` - Web server port (default: 3333)
- `NODE_ENV` - Environment mode
Built with Vite 2025-08-05T08:39:51.177Z