Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/jandedobbeleer/oh-my-posh/mcp-validatorgit clone --depth 1 https://github.com/JanDeDobbeleer/oh-my-poshGrade A, and why
validator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"validator": {
"url": "https://ohmyposh.dev/api/mcp",
"type": "streamable-http"
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 6 lines scan A 4c2fc3d7a19a
validator is an MCP server published in the GitHub repository JanDeDobbeleer/oh-my-posh (23,372 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
noteit-mcp
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas. Remote server at www.noteit-mcp.com.
mcp-server
PromStack MCP Server - Connect Claude Desktop and other MCP clients to your prompts. Runs locally from the @promstack-1/mcp-server npm package.
generator-agent
MCP server "generator-agent" as configured in Azure/azure-sdk-for-net. Launched with dotnet run --project sdk/tools/Azure.GeneratorAgent/src/Azure.GeneratorAgent.csp.
gopls
MCP server "gopls" as configured in fredrikaverpil/dotfiles. Launched with gopls mcp.
chrome-devtools
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
tela
Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki. Runs locally from the tela-mcp npm package. Needs 2 environment variables to run.