Back to Home
ogison icon

mcp-dashboard

Verified Safe

by ogison

Overview

Manage Model Context Protocol (MCP) server settings for Claude Code and Claude Desktop through a local web-based graphical user interface.

Installation

Run Command
npx mcp-dashboard

Environment Variables

  • CONTEXT7_API_KEY
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • PGHOST
  • PGPORT
  • PGUSER
  • PGPASSWORD
  • PGDATABASE
  • SQLITE_DB_PATH

Security Notes

The server implements strong input validation, command injection prevention, and path traversal protection. File system operations are guarded by `validateFilePath` and `validateWriteData` to ensure paths are within safe directories (home or CWD) and content is not malicious. Rate limiting is applied to API endpoints. The Express server explicitly logs listening on `http://localhost`, but the underlying `app.listen(port)` method in Node.js defaults to binding to all available network interfaces (0.0.0.0) if no host is specified, which could be tightened to `127.0.0.1` for strict localhost-only enforcement. No hardcoded secrets were found; placeholder values are used in presets.

Similar Servers

Stats

Interest Score12
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2025-12-22

Tags

GUIMCPConfigurationDashboardDeveloper Tool