Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Oh My Posh Configurator

NPM · OHMYPOSH-CONFIGURATOR · SCANNED AUG 12

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

+7 this week 83 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 155 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency84
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to jamesmontemagno/ohmyposh-configurator). View diagnostics → Pass
  • License check failed: no license is declared. See how to fix → Fail
  • Actively maintained (last published 8 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1000 tokens (~52/item across 19 items; 13 tools + 6 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (85% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · ohmyposh-configurator

# add to Claude Code
claude mcp add jamesmontemagno-ohmyposh-configurator -- npx -y ohmyposh-configurator
# add to Codex CLI
codex mcp add jamesmontemagno-ohmyposh-configurator -- npx -y ohmyposh-configurator
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jamesmontemagno-ohmyposh-configurator": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ohmyposh-configurator"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jamesmontemagno-ohmyposh-configurator --command npx --arg -y --arg ohmyposh-configurator
# ~/.hermes/config.yaml
mcp_servers:
  jamesmontemagno-ohmyposh-configurator:
    command: "npx"
    args: ["-y", "ohmyposh-configurator"]
// mcp.json
{
  "mcpServers": {
    "jamesmontemagno-ohmyposh-configurator": {
      "command": "npx",
      "args": [
        "-y",
        "ohmyposh-configurator"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Aug 26 +4
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 +2
    • Known CVEs: partial → pass security
    • Dependency health: partial → 0.90 functional
  • 4 Aug 26 76

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 12 Aug 2026 · Analysed npm/ohmyposh-configurator@1.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo jamesmontemagno/ohmyposh-configurator
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/jamesmontemagno/ohmyposh-configurator/.github/workflows/publish-mcp-npm.yml@refs/tags/mcp-v1.1.1
Rekor log index 2337577762
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:3d7804995172a3570c164e4463a14ba5d0b12e021ad4841865970c2f61488eb43d0898ac960780ed0473d7b168af46c5c1ee2b2be7d628e15e43a3f0e
Dependencies 155 packages
Packages resolved 155
Stale 34
Tree resolution Complete
MCP tools · 13 exposed · ~879 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_segment ~132

Add a segment to an existing Oh My Posh configuration with smart defaults. Automatically applies appropriate colors, templates, and options based on segment type.

NameTypeReqDescription
blockIndexnumberThe index of the block to add the segment to (default: 0)
configstringyesThe existing Oh My Posh configuration as JSON string
segmentTypestringyesThe type of segment to add (e.g., "git", "python", "aws")
stylestringStyle for the segment (default: powerline)
templatestringOptional custom template for the segment
NameTypeReqDescription
configobjectyes

No examples provided.

create_configuration ~102

Create a new Oh My Posh configuration from a natural language description. Generates a complete configuration with blocks, segments, and smart defaults.

NameTypeReqDescription
descriptionstringyesNatural language description of the desired prompt (e.g., "developer prompt with git and python")
segmentsarrayOptional list of segment types to include (e.g., ["path", "git", "python"])
stylestringStyle for all segments (default: powerline)
NameTypeReqDescription
configobjectyes

No examples provided.

export_configuration ~64

Export an Oh My Posh configuration in different formats (JSON, YAML, TOML). Automatically cleans internal IDs and ensures proper formatting.

NameTypeReqDescription
configstringyesThe Oh My Posh configuration as JSON string
formatstringOutput format (default: json)
NameTypeReqDescription
formatstringyes
outputstringyes

No examples provided.

get_ohmyposh_cli_status ~34

Check whether Oh My Posh is installed locally for this MCP server and return its version when available.

Input schema present but exposes no named parameters.

NameTypeReqDescription
availablebooleanyes
reasonstring
versionstring

No examples provided.

get_ohmyposh_segment_docs ~70

Get the official Oh My Posh documentation for a specific segment type. Returns detailed information from https://ohmyposh.dev/docs/segments/

NameTypeReqDescription
segmentTypestringyesThe segment type to get documentation for (e.g., "git", "python", "aws")

No output schema declared.

No examples provided.

get_segment_info ~50

Get detailed information about a specific segment type including properties, options, and template variables.

NameTypeReqDescription
segmentTypestringyesThe segment type to get information about (e.g., "git", "python")
NameTypeReqDescription
segmentobjectyes

No examples provided.

list_sample_configs ~19

List all available sample configurations with descriptions and tags.

Input schema present but exposes no named parameters.

NameTypeReqDescription
configsarrayyes

No examples provided.

list_segments ~62

List all available Oh My Posh segments with their descriptions, categories, and default settings. Can filter by category or search by keyword.

NameTypeReqDescription
categorystringFilter segments by category
searchstringSearch segments by name, type, or description
NameTypeReqDescription
segmentsarrayyes

No examples provided.

load_sample_config ~33

Load a specific sample configuration by ID.

NameTypeReqDescription
configIdstringyesThe ID of the sample configuration to load
NameTypeReqDescription
configobjectyes
metadataobjectyes

No examples provided.

modify_configuration ~79

Modify an existing Oh My Posh configuration. Can update global settings, add/remove blocks, modify segments, or change colors and templates.

NameTypeReqDescription
configstringyesThe existing Oh My Posh configuration as JSON string
modificationsobjectyesObject describing the modifications to make (e.g., {"final_space": false, "palette": {...}})
NameTypeReqDescription
configobjectyes

No examples provided.

render_live_preview ~92

Explicitly render an Oh My Posh configuration with the locally installed Oh My Posh CLI. This evaluates the configuration against the local environment and returns terminal ANSI output for the MCP preview app.

NameTypeReqDescription
acknowledgeRiskbooleanyesMust be true to confirm that rendering executes the local Oh My Posh CLI against this configuration.
configstringyesThe Oh My Posh configuration to render as a JSON string
NameTypeReqDescription
availablebooleanyes
outputstring
reasonstring
versionstring

No examples provided.

search_ohmyposh_docs ~96

Get links to the official Oh My Posh documentation at https://ohmyposh.dev/docs/ for a given topic. Returns documentation URLs and guidance for segments, configuration options, templates, and features.

NameTypeReqDescription
querystringyesSearch query (e.g., "git segment options", "powerline symbols", "color templates")
topicstringOptional: Narrow search to a specific documentation topic

No output schema declared.

No examples provided.

validate_configuration ~46

Validate an Oh My Posh configuration for correctness. Checks required fields, structure, and palette references.

NameTypeReqDescription
configstringyesThe Oh My Posh configuration to validate as JSON string
NameTypeReqDescription
validationobjectyes

No examples provided.