From eb7d331bdaf8ee64e1a134ec3d35e587fdbcc705 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:12:13 +0000 Subject: [PATCH 1/8] Add Credit Optimizer for Manus AI to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71083478..fa00184f 100644 --- a/README.md +++ b/README.md @@ -669,6 +669,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. +- [rafsilva85/manus-credit-optimizer](https://github.com/rafsilva85/manus-credit-optimizer) 📇 🏠 - AI-powered credit optimization skill for Manus AI agents. Automatically analyzes prompts and applies intelligent routing (Standard/Max models), smart testing, section-by-section processing, and context hygiene to save 30-75% on Manus AI credits without quality loss. Includes 12 vulnerability patches and 22 scenario audits. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. From 4016f0af0e28fdeb3d4d6186183cbf8bee226421 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:21:42 +0000 Subject: [PATCH 2/8] Add Credit Optimizer for Manus AI MCP Server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa00184f..dcaa1e53 100644 --- a/README.md +++ b/README.md @@ -669,7 +669,6 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [rafsilva85/manus-credit-optimizer](https://github.com/rafsilva85/manus-credit-optimizer) 📇 🏠 - AI-powered credit optimization skill for Manus AI agents. Automatically analyzes prompts and applies intelligent routing (Standard/Max models), smart testing, section-by-section processing, and context hygiene to save 30-75% on Manus AI credits without quality loss. Includes 12 vulnerability patches and 22 scenario audits. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. @@ -1843,6 +1842,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) 📇 [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) 🐍 - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. +- [Credit Optimizer for Manus AI](https://github.com/rafaelsilva85/manus-credit-optimizer) - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. ## Tips and Tricks ### Official prompt to inform LLMs how to use MCP From 3031cb9c3c326651542e45bb2e75011393c93c8d Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:31:36 +0000 Subject: [PATCH 3/8] Add Credit Optimizer for Manus AI to Developer Tools section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcaa1e53..9f5e883a 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. +- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/manus-credit-optimizer) 🐍 ☁️ - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. @@ -1842,7 +1843,6 @@ Interact with Git repositories and version control platforms. Enables repository - [vinkius-labs/mcp-fusion](https://github.com/vinkius-labs/mcp-fusion) 📇 [![Glama](https://glama.ai/mcp/servers/badge/@vinkius-labs/mcp-fusion)](https://glama.ai/mcp/servers/@vinkius-labs/mcp-fusion) - A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup. - [MervinPraison/praisonai-mcp](https://github.com/MervinPraison/praisonai-mcp) 🐍 - AI Agents framework with 64+ built-in tools for search, memory, workflows, code execution, and file operations. Turn any AI assistant into a multi-agent system with MCP. -- [Credit Optimizer for Manus AI](https://github.com/rafaelsilva85/manus-credit-optimizer) - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. ## Tips and Tricks ### Official prompt to inform LLMs how to use MCP From 6720234461201494d53975c18709238b8ebadb15 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:52:54 -0300 Subject: [PATCH 4/8] Update Credit Optimizer entry with new repo URL and description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f5e883a..95a920ec 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. -- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/manus-credit-optimizer) 🐍 ☁️ - MCP server that automatically optimizes Manus AI credit usage through smart model routing, context hygiene, and prompt optimization. Saves 30-75% on credits with zero quality loss. +- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From 33a79eed904c0126fc4dbfb403d577048666f7c2 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:37:51 +0000 Subject: [PATCH 5/8] Fix entry format: use author/repo naming convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a920ec..262ffbda 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. -- [Credit Optimizer for Manus AI](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From b1cd1e37020f9dda18706abf8fa2533859fa402d Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:15:30 +0000 Subject: [PATCH 6/8] Add Glama badge to Credit Optimizer entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262ffbda..03e5739c 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. -- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [Glama](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From 433ec7810bb0011881a4b451b096f6f9718352d3 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:07:16 -0300 Subject: [PATCH 7/8] fix: use correct Glama badge format (badges/score.svg) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e5739c..49caeae7 100644 --- a/README.md +++ b/README.md @@ -663,7 +663,7 @@ Tools and integrations that enhance the development workflow and environment man - [ckanthony/gin-mcp](https://github.com/ckanthony/gin-mcp) 🏎️ ☁️ 📟 🪟 🐧 🍎 - A zero-configuration Go library to automatically expose existing Gin web framework APIs as MCP tools. - [ckreiling/mcp-server-docker](https://github.com/ckreiling/mcp-server-docker) 🐍 🏠 - Integrate with Docker to manage containers, images, volumes, and networks. - [ClaudeCodeNavi/claudecodenavi-mcp](https://github.com/saikiyusuke/claudecodenavi-mcp) 📇 ☁️ - Claude Code knowledge platform & marketplace MCP server. Search and share snippets, prompts, Q&A solutions, error fixes, and MCP server configurations from the ClaudeCodeNavi community. -- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [Glama](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [![rafsilva85/credit-optimizer-v5 MCP server](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer/badges/score.svg)](https://glama.ai/mcp/servers/rafsilva85/manus-credit-optimizer) 🐍 ☁️ 🏠 🍎 🪟 🐧 - MCP server that automatically optimizes Manus AI credit consumption by 30-75% with zero quality loss through intelligent model routing, context hygiene, and smart testing. - [PatrickSys/codebase-context](https://github.com/PatrickSys/codebase-context) [glama](https://glama.ai/mcp/servers/@PatrickSys/codebase-context) 📇 🏠 🍎 🪟 🐧 - Local MCP server that shows AI agents which patterns your team actually uses, what files a change will affect, and when there is not enough context to trust an edit. 30+ languages, fully local. - [CodeLogicIncEngineering/codelogic-mcp-server](https://github.com/CodeLogicIncEngineering/codelogic-mcp-server) 🎖️ 🐍 ☁️ 🍎 🪟 🐧 - Official MCP server for CodeLogic, providing access to code dependency analytics, architectural risk analysis, and impact assessment tools. - [Comet-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Use natural language to explore LLM observability, traces, and monitoring data captured by Opik. From b9470fff9331ba68cc5d4d2cef11eb93d4fca837 Mon Sep 17 00:00:00 2001 From: rafsilva85 <31941738+rafsilva85@users.noreply.github.com> Date: Tue, 24 Mar 2026 23:17:04 +0000 Subject: [PATCH 8/8] Add credit-optimizer-v5 to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49caeae7..c7356edd 100644 --- a/README.md +++ b/README.md @@ -671,6 +671,7 @@ Tools and integrations that enhance the development workflow and environment man - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' +- [rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5) [glama](https://glama.ai/mcp/servers/rafsilva85/credit-optimizer-v5) 🐍 🏠 - Save 30-75% on Manus AI credits through intelligent model routing, smart testing, and context hygiene. Audited across 53 scenarios with zero quality loss. - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. - [dannote/figma-use](https://github.com/dannote/figma-use) 📇 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.