All MCP servers

Oh My Posh Validator

Official
by Api.AirforceStreamable HTTP022,787

Validate oh-my-posh configurations and segment snippets against the official schema.

mcpopen-source

Endpoint

POST https://ohmyposh.dev/api/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "oh-my-posh-validator-imp5eddf": {
      "url": "https://ohmyposh.dev/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}