From ef77705af3246a2b1d7d9edf65b02bef4920c826 Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 12:44:58 +0900 Subject: [PATCH 1/3] Add Publee server Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..6b9ac6ad0 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. +- [publee](https://publee.app/docs/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); OAuth login adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. From 9596a9fbf24fc6324ce4c7cf5f1aec9c45c91c2f Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 12:57:29 +0900 Subject: [PATCH 2/3] Use GitHub repository link for Publee entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b9ac6ad0..d6384b4a5 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. -- [publee](https://publee.app/docs/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); OAuth login adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). +- [publee-dev/mcp](https://github.com/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging. From cb3ca71a9238d29db313e4d4f2e2f43d73a1245b Mon Sep 17 00:00:00 2001 From: tsmiyamoto Date: Sat, 1 Aug 2026 16:36:43 +0900 Subject: [PATCH 3/3] Add Glama score badge to Publee entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6384b4a5..96fb2425f 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ Cloud platform service integration. Enables management and interaction with clou - [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) 🏎️ ☁️/🏠 - A powerful MCP server that enables AI assistants to seamlessly interact with Portainer instances, providing natural language access to container management, deployment operations, and infrastructure monitoring capabilities. - [nikhilnt1234/TokenBurnRate](https://github.com/nikhilnt1234/TokenBurnRate) [![nikhilnt1234/TokenBurnRate MCP server](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate/badges/score.svg)](https://glama.ai/mcp/servers/nikhilnt1234/TokenBurnRate) 📇 🏠 - Track LLM token costs across Claude, GPT and Gemini. MCP server + CLI with optimization hints and $ savings estimates. 📇🏠 - [s-b-e-n-s-o-n/portkey-admin-mcp](https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp) [![portkey-admin-mcp MCP server](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/s-b-e-n-s-o-n/portkey-admin-mcp) 📇 ☁️ - MCP server for the Portkey AI Gateway Admin API — 150 tools for prompts, configs, analytics, keys, guardrails, integrations, and more. -- [publee-dev/mcp](https://github.com/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). +- [publee-dev/mcp](https://github.com/publee-dev/mcp) [![publee-dev/mcp MCP server](https://glama.ai/mcp/servers/publee-dev/mcp/badges/score.svg)](https://glama.ai/mcp/servers/publee-dev/mcp) 🎖️ 📇 ☁️ - Publish AI-generated HTML or static files to a shareable `.publee.site` URL in seconds. Works anonymously with zero setup (7-day retention); an API token adds permanent hosting, in-place updates that keep the same URL, and limited-sharing visibility (password, members-only). - [pulumi/mcp-server](https://github.com/pulumi/mcp-server) 🎖️ 📇 🏠 - MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically. - [pythonanywhere/pythonanywhere-mcp-server](https://github.com/pythonanywhere/pythonanywhere-mcp-server) 🐍 🏠 - MCP server implementation for PythonAnywhere cloud platform. - [RajeevSirohi/mcp-server-terraform](https://github.com/RajeevSirohi/mcp-server-terraform) [![RajeevSirohi/mcp-server-terraform MCP server](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform/badges/score.svg)](https://glama.ai/mcp/servers/RajeevSirohi/mcp-server-terraform) 📇 🏠 🍎 🪟 🐧 - Safety-first Terraform operations: plan/apply/destroy with two-step confirmation gates, plan risk & cost analysis that flags expensive always-on resources (NAT gateways, EKS, Azure Firewall), drift detection, import/taint/refresh, provider auth pre-flight checks, and audit logging.