@mukundakatta/mustache-mcp
v0.1.0
Published
MCP server: render Mustache templates with a JSON view.
Maintainers
Readme
mustache-mcp
MCP server: render Mustache (logic-less) templates with a JSON view. Backed
by the mustache package.
Tool
render
{
"template": "Hello {{name}}! You have {{#items}}{{.}}, {{/items}}",
"view": { "name": "Mukunda", "items": ["mail", "PRs"] }
}→ "Hello Mukunda! You have mail, PRs, "
Optional partials map enables {{>name}} includes.
Configure
{ "mcpServers": { "mustache": { "command": "npx", "args": ["-y", "@mukundakatta/mustache-mcp"] } } }License
MIT.
