Server Details
Validate oh-my-posh configurations and segment snippets against the official schema.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- JanDeDobbeleer/oh-my-posh
- GitHub Stars
- 21,295
Available Tools
2 toolsvalidate_configTry in Inspector
Validate an oh-my-posh configuration against the schema. Supports JSON, YAML, and TOML formats.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The format of the configuration (auto-detect if not specified) | auto |
| content | Yes | The configuration content as a string (JSON, YAML, or TOML) |
validate_segmentTry in Inspector
Validate a segment snippet against the oh-my-posh schema. Useful for validating individual prompt segments before adding them to a configuration.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | The format of the segment (auto-detect if not specified) | auto |
| content | Yes | The segment content as a string (JSON, YAML, or TOML) |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.