Back to Browse

Ohmyposh Configurator MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.

About

MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.

Security Report

5.2
Moderate5.2Moderate Risk

The Oh My Posh Configurator MCP server is a well-structured developer tool for creating terminal prompts. The codebase demonstrates good practices with proper TypeScript typing, no obvious credential exfiltration, and permissions aligned with its purpose (file I/O, network access for configuration assets). Minor issues include broad exception handling and some code quality concerns that don't significantly impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed Β· 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jamesmontemagno-ohmyposh-configurator": {
      "args": [
        "-y",
        "ohmyposh-configurator"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Oh My Posh Visual Configurator ✨

Oh My Posh Configurator License Live Demo

Design beautiful terminal prompts without touching configuration files

πŸš€ Launch App β€’ πŸ“– Documentation β€’ πŸ’¬ Discussions

Oh My Posh Visual Configurator


🎯 What is Oh My Posh Configurator?

The Oh My Posh Visual Configurator is a modern, intuitive web application that lets you design and customize your terminal prompt visually. No more manual JSON editing or trial-and-error configurationβ€”just drag, drop, customize, and export!

Perfect for developers, DevOps engineers, and anyone who wants a beautiful, informative terminal prompt for PowerShell, Bash, Zsh, Fish, or any shell supported by Oh My Posh.

✨ Features

  • 🎨 103+ Segments: Browse comprehensive segment library organized in 8 categories with detailed properties and options
  • πŸ–±οΈ Drag & Drop Interface: Intuitive visual editor with real-time updates
  • ⚑ Live Preview: See your prompt instantly with sample data and powerline/diamond styles
  • πŸŽ›οΈ Full Customization: Configure colors, templates, styles, and alignment with inline documentation
  • πŸš€ Progressive Disclosure: Advanced features hidden by default with settings dialog to show/hide complexity as needed
  • 🎯 Smart Defaults: Auto-applied cache settings, intelligent feature detection on import
  • πŸ’‘ Command Tooltips: Configure command-triggered custom prompts (e.g., show git status when typing git)
  • πŸ“š Segment Documentation: Built-in properties and options reference for every segment
  • πŸ“¦ Import & Export: Support for JSON, YAML, and TOML formats
  • πŸ’Ύ Auto-Save: Never lose your work with automatic browser storage
  • 🎯 Sample Configs: Start quickly with 6 pre-built professional templates
  • πŸ‘₯ Community Themes: Browse and share community-contributed configurations
  • 🀝 Easy Sharing: Submit your own themes via GitHub PR with built-in tools
  • 🌐 100% Client-Side: Your configurations never leave your browser
  • πŸ“± Responsive Design: Works on desktop, tablet, and mobile devices
  • 🎨 Smart Color Schemes: Category-based default colors for quick setup
  • πŸ€– MCP Server: Use AI assistants like Claude to create and manage configurations through natural language (Learn more)

πŸ—‚οΈ Segment Categories

  • System: Path, OS, Shell, Session, Battery, Time, Execution Time, Status, and more
  • Version Control: Git, Mercurial, SVN, Fossil, Plastic SCM, Sapling, Jujutsu
  • Languages: Node.js, Python, Go, Rust, Java, .NET, PHP, Ruby, Swift, and 20+ more
  • Cloud & Infrastructure: AWS, Azure, GCP, Kubernetes, Terraform, Docker, Pulumi
  • CLI Tools: NPM, Yarn, PNPM, Angular, React, Flutter, and many more
  • Web: IP Address, Weather, HTTP requests
  • Music: Spotify, YouTube Music, Last.fm
  • Health: Nightscout, Strava, Withings

πŸš€ Getting Started

🌐 Use Online (Recommended)

No installation required! Visit the hosted version:

πŸ‘‰ https://configurator.ohmyposh.dev/

πŸ’» Local Development

# Clone the repository
git clone https://github.com/jamesmontemagno/ohmyposh-configurator.git
cd ohmyposh-configurator

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production (includes JSON minification)
npm run build

# Preview production build locally
npm run preview

πŸ”§ Development Scripts

  • npm run dev: Start Vite development server
  • npm run build: Build for production and minify all JSON assets
  • npm run build:mcp: Build the MCP server
  • npm run mcp: Run the MCP server
  • npm run preview: Serve the production build from dist/
  • npm run minify: Manually minify JSON files in the public/ directory
  • npm run format:json: Expand/format JSON files in public/ for easier editing
  • npm run validate: Validate all configuration files and manifests
  • npm run lint: Run ESLint check
  • npm run test: Run tests

πŸ€– MCP Server (AI-Powered Configuration)

Want to create Oh My Posh configurations using natural language with AI assistants? The Oh My Posh Configurator includes a Model Context Protocol (MCP) server that works with VS Code and GitHub Copilot.

Install in VS Code Install in VS Code Insiders Install in Visual Studio

Quick Setup for VS Code:

  1. Add to your workspace .vscode/mcp.json:

    {
      "servers": {
        "ohmyposh-configurator": {
          "type": "stdio",
          "command": "node",
          "args": ["/path/to/ohmyposh-configurator/dist/mcp/index.js"]
        }
      }
    }
    
  2. Build the MCP server:

    npm run build:mcp
    
  3. Open GitHub Copilot Chat in VS Code and start creating prompts with AI!

Example Requests:

  • "Create me a developer prompt with git and Python"
  • "Add caching to all language segments"
  • "Apply the Dracula color theme"
  • "Help optimize my slow prompt"

πŸ“– Full MCP Server Documentation

πŸ“– Usage

Quick Start Guide

  1. 🎯 Choose a Starting Point

    • Start from scratch, or
    • Load a sample configuration, or
    • Browse community themes, or
    • Import your existing Oh My Posh config
  2. βž• Add Segments

    • Browse categories in the left sidebar
    • Click segments to add them to your prompt
    • Or drag them directly to desired positions
  3. 🎨 Customize

    • Click any segment to edit properties
    • Adjust colors, styles, and templates
    • Configure powerline, diamond, or plain styles
  4. πŸ‘€ Preview

    • See changes instantly in the preview panel
    • Toggle between dark and light backgrounds
    • View powerline arrows and diamond shapes
  5. πŸ’Ύ Export or Share

    • Choose your format: JSON, YAML, or TOML
    • Download and use with Oh My Posh
    • Or share your creation with the community!

🀝 Contributing Your Theme

Love your configuration? Share it with the community!

  1. Click the "Share" button in the header
  2. Fill in your theme details (name, description, author, tags)
  3. Select "Open Submission Issue" and submit the prefilled GitHub issue
  4. A maintainer reviews your theme and automatically generates a draft pull request when approved
  5. See your theme in the Community collection!

See CONTRIBUTING.md for detailed instructions.

πŸ”§ Using Your Configuration

After downloading your configuration file, follow the Oh My Posh installation guide to use it with your shell:

# PowerShell
oh-my-posh init pwsh --config ~/your-theme.json | Invoke-Expression

# Bash
eval "$(oh-my-posh init bash --config ~/your-theme.json)"

# Zsh
eval "$(oh-my-posh init zsh --config ~/your-theme.json)"

πŸ› οΈ Technology Stack

  • βš›οΈ Framework: React 19 with TypeScript
  • ⚑ Build Tool: Vite 6.4
  • 🎨 Styling: Tailwind CSS 4.1
  • πŸ–±οΈ Drag & Drop: @dnd-kit (sortable lists and cross-container support)
  • πŸ’Ύ State Management: Zustand with localStorage persistence
  • 🎯 Icons: Custom Nerd Font icon library (200+ icons) with unique IDs
  • πŸ“ Config Parsing: js-yaml, @iarna/toml
  • πŸ“¦ Data Loading: Dynamic JSON-based lazy loading with request-deduplication and caching

⚑ Performance & Optimization

  • JSON Minification: All JSON metadata and configuration files are automatically minified during the production build to reduce payload size.
  • Smart Caching: The application implements a request-deduplication and caching layer for all JSON assets. Each file is fetched exactly once, even if requested by multiple components simultaneously.
  • Lazy Loading: Segment metadata is loaded on-demand by category, keeping the initial bundle size small.

πŸ—οΈ Project Structure

β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ configs/          # Sample and community configurations
β”‚   β”‚   β”œβ”€β”€ samples/      # 6 pre-built professional templates
β”‚   β”‚   β”‚   └── manifest.json  # Sample configs metadata
β”‚   β”‚   └── community/    # User-contributed themes
β”‚   β”‚       └── manifest.json  # Community configs metadata
β”‚   └── segments/         # Segment metadata organized by category (103+ segments)
β”‚       β”œβ”€β”€ system.json   # 14 system segments (path, battery, time, etc.)
β”‚       β”œβ”€β”€ scm.json      # 8 version control segments (git, svn, etc.)
β”‚       β”œβ”€β”€ languages.json # 26 programming language segments
β”‚       β”œβ”€β”€ cloud.json    # 12 cloud provider segments
β”‚       β”œβ”€β”€ cli.json      # 30 CLI tool segments
β”‚       β”œβ”€β”€ web.json      # 7 web-related segments
β”‚       β”œβ”€β”€ music.json    # 3 music player segments
β”‚       β”œβ”€β”€ health.json   # 3 health tracker segments
β”‚       └── README.md     # Documentation for adding segments
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/       # React components
β”‚   β”‚   β”œβ”€β”€ Canvas/       # Drag-and-drop prompt builder with tooltips support
β”‚   β”‚   β”œβ”€β”€ SegmentPicker/ # Category browser with segments
β”‚   β”‚   β”œβ”€β”€ PropertiesPanel/ # Segment, block, tooltip, and global properties editor
β”‚   β”‚   β”œβ”€β”€ PreviewPanel/ # Live prompt preview with tooltip previews
β”‚   β”‚   β”œβ”€β”€ AdvancedSettingsDialog/ # Progressive disclosure settings for advanced features
β”‚   β”‚   β”œβ”€β”€ ExtraPromptsDialog/ # Secondary prompts configuration
β”‚   β”‚   β”œβ”€β”€ ConfirmDialog/ # Reusable confirmation dialog
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ data/            # Configuration data and color schemes
β”‚   β”œβ”€β”€ store/           # Zustand state management with persistence
β”‚   β”‚   β”œβ”€β”€ configStore.ts  # Main config state (blocks, segments, tooltips, global settings)
β”‚   β”‚   └── advancedFeaturesStore.ts  # Feature toggles for progressive disclosure
β”‚   β”œβ”€β”€ types/           # TypeScript type definitions (SegmentMetadata, Tooltip, etc.)
β”‚   β”œβ”€β”€ utils/           # Utility functions
β”‚   β”‚   β”œβ”€β”€ segmentLoader.ts  # Dynamic segment loading with caching
β”‚   β”‚   β”œβ”€β”€ configExporter.ts # Export to JSON/YAML/TOML
β”‚   β”‚   β”œβ”€β”€ configImporter.ts # Import with auto-feature detection
β”‚   β”‚   └── unicode.ts   # Unicode escape handling
β”‚   β”œβ”€β”€ constants/       # Nerd Font icons and other constants
β”‚   └── hooks/           # Custom React hooks (useConfirm, etc.)
β”œβ”€β”€ docs/                # Comprehensive documentation
β”‚   β”œβ”€β”€ config-migration-guide.md  # Guide for config structure updates
β”‚   β”œβ”€β”€ segment-json-migration.md  # Segment refactoring documentation
β”‚   β”œβ”€β”€ quick-reference.md         # Quick reference for contributors
β”‚   └── nerd-font-icons-reference.md # 200+ icon documentation
└── scripts/             # Build and validation scripts
    β”œβ”€β”€ validate-configs.js        # Config validation tool
    └── README.md                  # Scripts documentation

Adding New Segments

Segments are now stored in separate JSON files by category in public/segments/. This makes it easy to add or modify segments without touching the codebase:

  1. Open the appropriate category file (e.g., public/segments/languages.json)
  2. Add your segment with the following structure:
    {
      "type": "segment-type",
      "name": "Display Name",
      "description": "Brief description",
      "icon": "lang-python",
      "defaultTemplate": " {{ .Property }} ",
      "properties": [
        {
          "name": ".Property",
          "type": "string",
          "description": "Description of this template variable"
        }
      ],
      "options": [
        {
          "name": "option_name",
          "type": "boolean",
          "default": true,
          "description": "What this option does"
        }
      ],
      "defaultCache": {
        "duration": "168h",
        "strategy": "folder"
      }
    }
    
  3. Properties are template variables available in {{ }} templates (e.g., .Full, .Path)
  4. Options are segment configuration settings (e.g., home_enabled, fetch_version)
  5. defaultCache (optional) provides recommended caching for performance (see Cache Strategy Guide in public/segments/README.md)
  6. Segments are loaded dynamically on demand for better performance
  7. Colors are applied automatically from category-based color schemes

See public/segments/README.md for detailed instructions.

πŸ” SEO & Sharing

This project includes comprehensive SEO optimization:

  • βœ… Structured data (JSON-LD) for search engines
  • βœ… Open Graph tags for rich social media previews
  • βœ… Twitter Card support
  • βœ… PWA manifest for "Add to Home Screen"
  • βœ… Sitemap and robots.txt
  • βœ… Semantic HTML with proper meta tags

🌟 Keywords

oh my posh, terminal customization, shell prompt, powerline, prompt theme, terminal theme, powershell prompt, zsh theme, bash prompt, terminal configurator, visual editor, drag and drop, oh-my-posh builder, prompt generator

πŸ“š Documentation

User Documentation

Developer Documentation

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

Acknowledgments

  • Oh My Posh by Jan De Dobbeleer
  • All the Oh My Posh contributors and community

Reviews

No reviews yet

Be the first to review this server!