Oh My Posh Configurator runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 4 Aug 2026.
MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.
We read the source, 16 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
appEl.innerHTML = html;
Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.
- name: Create preview update pull request
env:
BRANCH: automation/theme-preview-${{ github.run_id }}
…eway --user '"${MCP_GATEWAY_UID}"':'"${MCP_GATEWAY_GID}"' --group-add '"${DOCKER_SOCK_GID}"' -v '"${DOCKER_SOCK_PATH}"':/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DOCKER…
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ohmyposh-configurator -- npx -y ohmyposh-configurator
{
"mcpServers": {
"ohmyposh-configurator": {
"args": [
"-y",
"ohmyposh-configurator"
],
"command": "npx"
}
}
}
[mcp_servers.ohmyposh-configurator]
command = "npx"
args = ["-y", "ohmyposh-configurator"]
{
"mcpServers": {
"ohmyposh-configurator": {
"args": [
"-y",
"ohmyposh-configurator"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ohmyposh-configurator": {
"args": [
"-y",
"ohmyposh-configurator"
],
"command": "npx"
}
}
}
Validate oh-my-posh configurations and segment snippets against the official schema.
MCP server for building, inspecting, and exporting PhysiCell and PhysiBoSS configuration files
CSVBox MCP server for creating, updating, validating and generating CSVBox importer sheets.
MCP server for .env file validation, parsing, and comparison.
MCP server for cron expression parsing, validation, and scheduling.
MCP server for terminal commands, file operations, and process management
ADCIRC model configuration debugging, parameter lookup, and validation
SCHISM model configuration debugging, parameter lookup, and validation
Answers built from our own checks of this server.