From 4c5f2104d4a7e9b1ce1c0bab6a248a06153a4bf4 Mon Sep 17 00:00:00 2001 From: Phu Hoa Doan Date: Fri, 31 Jul 2026 16:05:11 +0700 Subject: [PATCH 1/2] Add VOYAGER-Inc/excel-vision-mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aef0aa4a6..0534a3ae7 100644 --- a/README.md +++ b/README.md @@ -1434,6 +1434,7 @@ Tools and integrations that enhance the development workflow and environment man - [vezlo/src-to-kb](https://github.com/vezlo/src-to-kb) 📇 🏠 ☁️ - Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding. - [vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. - [VikrantSingh01/adaptive-cards-mcp](https://github.com/VikrantSingh01/adaptive-cards-mcp) [![adaptive-cards-mcp MCP server](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - AI-powered Adaptive Card generation for Teams, Outlook, Copilot, and ChatGPT. 9 MCP tools for generating, validating, optimizing, templating, and transforming cards with accessibility scoring and host compatibility checks. +- [VOYAGER-Inc/excel-vision-mcp](https://github.com/VOYAGER-Inc/excel-vision-mcp) 🐍 🏠 🍎 🪟 🐧 - Reads the embedded images other Excel servers drop: diagrams and screenshots come back as `ImageContent` mapped to the cell they sit in, so specs where the workflow lives in a picture are actually readable. Also surfaces the formatting that carries meaning (bold, strikethrough, highlight and font colors) and skips hidden rows/columns unless a visible formula depends on them. Write support with atomic saves. `uvx excel-vision-mcp`. - [VSCode Devtools](https://github.com/biegehydra/BifrostMCP) 📇 - Connect to VSCode ide and use semantic tools like `find_usages` - [VrtxOmega/Ollama-Omega](https://github.com/VrtxOmega/Ollama-Omega) [![VrtxOmega/Ollama-Omega MCP server](https://glama.ai/mcp/servers/VrtxOmega/Ollama-Omega/badges/score.svg)](https://glama.ai/mcp/servers/VrtxOmega/Ollama-Omega) 🐍 🏠 🍎 🪟 🐧 - Official Ollama MCP Server. Exposes ollama_chat, ollama_generate, ollama_pull_model, ollama_list_models and ollama_show_model tools for advanced AI interactions. - [VrtxOmega/omega-brain-mcp](https://github.com/VrtxOmega/omega-brain-mcp) [![VrtxOmega/omega-brain-mcp MCP server](https://glama.ai/mcp/servers/VrtxOmega/omega-brain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VrtxOmega/omega-brain-mcp) 🐍 🏠 🍎 🪟 🐧 - Omega Brain MCP Server. Hardened AI execution pipeline prioritizing NAEF logic constraints over narrative LLM hallucination. 15 VERITAS Build Gates for uncompromising determinism, semantic vault integration, and Tri-Node Cortex validations. From b3916ddb5eb5caefbe34d563ef698773800e3231 Mon Sep 17 00:00:00 2001 From: Phu Hoa Doan Date: Fri, 31 Jul 2026 16:22:11 +0700 Subject: [PATCH 2/2] Add Glama score badge to excel-vision-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0534a3ae7..ebd04a42f 100644 --- a/README.md +++ b/README.md @@ -1434,7 +1434,7 @@ Tools and integrations that enhance the development workflow and environment man - [vezlo/src-to-kb](https://github.com/vezlo/src-to-kb) 📇 🏠 ☁️ - Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding. - [vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more. - [VikrantSingh01/adaptive-cards-mcp](https://github.com/VikrantSingh01/adaptive-cards-mcp) [![adaptive-cards-mcp MCP server](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VikrantSingh01/adaptive-cards-mcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - AI-powered Adaptive Card generation for Teams, Outlook, Copilot, and ChatGPT. 9 MCP tools for generating, validating, optimizing, templating, and transforming cards with accessibility scoring and host compatibility checks. -- [VOYAGER-Inc/excel-vision-mcp](https://github.com/VOYAGER-Inc/excel-vision-mcp) 🐍 🏠 🍎 🪟 🐧 - Reads the embedded images other Excel servers drop: diagrams and screenshots come back as `ImageContent` mapped to the cell they sit in, so specs where the workflow lives in a picture are actually readable. Also surfaces the formatting that carries meaning (bold, strikethrough, highlight and font colors) and skips hidden rows/columns unless a visible formula depends on them. Write support with atomic saves. `uvx excel-vision-mcp`. +- [VOYAGER-Inc/excel-vision-mcp](https://github.com/VOYAGER-Inc/excel-vision-mcp) [![VOYAGER-Inc/excel-vision-mcp MCP server](https://glama.ai/mcp/servers/VOYAGER-Inc/excel-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VOYAGER-Inc/excel-vision-mcp) 🐍 🏠 🍎 🪟 🐧 - Reads the embedded images other Excel servers drop: diagrams and screenshots come back as `ImageContent` mapped to the cell they sit in, so specs where the workflow lives in a picture are actually readable. Also surfaces the formatting that carries meaning (bold, strikethrough, highlight and font colors) and skips hidden rows/columns unless a visible formula depends on them. Write support with atomic saves. `uvx excel-vision-mcp`. - [VSCode Devtools](https://github.com/biegehydra/BifrostMCP) 📇 - Connect to VSCode ide and use semantic tools like `find_usages` - [VrtxOmega/Ollama-Omega](https://github.com/VrtxOmega/Ollama-Omega) [![VrtxOmega/Ollama-Omega MCP server](https://glama.ai/mcp/servers/VrtxOmega/Ollama-Omega/badges/score.svg)](https://glama.ai/mcp/servers/VrtxOmega/Ollama-Omega) 🐍 🏠 🍎 🪟 🐧 - Official Ollama MCP Server. Exposes ollama_chat, ollama_generate, ollama_pull_model, ollama_list_models and ollama_show_model tools for advanced AI interactions. - [VrtxOmega/omega-brain-mcp](https://github.com/VrtxOmega/omega-brain-mcp) [![VrtxOmega/omega-brain-mcp MCP server](https://glama.ai/mcp/servers/VrtxOmega/omega-brain-mcp/badges/score.svg)](https://glama.ai/mcp/servers/VrtxOmega/omega-brain-mcp) 🐍 🏠 🍎 🪟 🐧 - Omega Brain MCP Server. Hardened AI execution pipeline prioritizing NAEF logic constraints over narrative LLM hallucination. 15 VERITAS Build Gates for uncompromising determinism, semantic vault integration, and Tri-Node Cortex validations.