MCP server for creating, validating, and exporting Oh My Posh terminal prompt configurations.
claude mcp add ohmyposh-configurator -- npx -y ohmyposh-configurator
claude_desktop_config.json
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ohmyposh-configurator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ohmyposh-configurator": {
"command": "npx",
"args": [
"-y",
"ohmyposh-configurator"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jamesmontemagno--ohmyposh-configurator/reviews or the review_server meta-tool.
POST /mcp