From 1553c2b47e607d3bd14a9ba226abd99ce2bcc4e8 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 20:29:43 +0200 Subject: [PATCH 1/3] Add OfficeAgent.NET server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..5cb835e74 100644 --- a/README.md +++ b/README.md @@ -3006,6 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) 📇 ☁️ 🍎 🪟 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) 📇 ☁️ 🍎 🪟 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) 📇 ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ 🎖️ 🏠 ☁️ 🍎 🪟 🐧 - Let agents edit real Microsoft Word (.docx) documents — tracked changes, tables, styles, comments, content controls, and document properties — with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) 📇 ☁️ - Personal CRM — manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) 📇 ☁️ 🍎 🪟 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) 📇 ☁️ 🍎 🪟 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers. From 9ac762c88053e33c1744174981a40b15097d3f27 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 20:32:33 +0200 Subject: [PATCH 2/3] OfficeAgent.NET description correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb835e74..b11cb0576 100644 --- a/README.md +++ b/README.md @@ -3006,7 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) 📇 ☁️ 🍎 🪟 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) 📇 ☁️ 🍎 🪟 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) 📇 ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 -- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ 🎖️ 🏠 ☁️ 🍎 🪟 🐧 - Let agents edit real Microsoft Word (.docx) documents — tracked changes, tables, styles, comments, content controls, and document properties — with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ 🎖️ 🏠 ☁️ 🍎 🪟 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) 📇 ☁️ - Personal CRM — manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) 📇 ☁️ 🍎 🪟 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) 📇 ☁️ 🍎 🪟 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers. From de2479ea85c31e6047cfcdfbbfefe2e9fc644320 Mon Sep 17 00:00:00 2001 From: Ilia Sokolov Date: Sat, 4 Jul 2026 21:00:16 +0200 Subject: [PATCH 3/3] Glama score badge was added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b11cb0576..8ea7014dd 100644 --- a/README.md +++ b/README.md @@ -3006,7 +3006,7 @@ Interact with Git repositories and version control platforms. Enables repository - [human-pages-ai/humanpages](https://github.com/human-pages-ai/humanpages) [![humanpages MCP server](https://glama.ai/mcp/servers/human-pages-ai/humanpages/badges/score.svg)](https://glama.ai/mcp/servers/human-pages-ai/humanpages) 📇 ☁️ 🍎 🪟 🐧 - Access real-world people who listed themselves to be hired by agents. Search by skill, location, and equipment, send job offers, post listings, and message workers. Free tier, Pro subscription, and x402 pay-per-use. - [sunsiyuan/human-survey](https://github.com/sunsiyuan/human-survey) [![sunsiyuan/human-survey MCP server](https://glama.ai/mcp/servers/sunsiyuan/human-survey/badges/score.svg)](https://glama.ai/mcp/servers/sunsiyuan/human-survey) 📇 ☁️ 🍎 🪟 🐧 - Feedback collection for AI agents. Create surveys from JSON schema, collect structured responses from groups of people, and retrieve aggregated results. 4 MCP tools for long-horizon agent workflows: post-event feedback, product launches, team health checks. - [ianaleck/harvest-mcp-server](https://github.com/ianaleck/harvest-mcp-server) [![harvest-mcp-server MCP server](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/ianaleck/harvest-mcp-server) 📇 ☁️ 🏠 - Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2 -- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) #️⃣ 🎖️ 🏠 ☁️ 🍎 🪟 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. +- [ilia-sokolov/OfficeAgent.NET](https://github.com/ilia-sokolov/OfficeAgent.NET) [![ilia-sokolov/OfficeAgent.NET MCP server](https://glama.ai/mcp/servers/ilia-sokolov/OfficeAgent.NET/badges/score.svg)](https://glama.ai/mcp/servers/ilia-sokolov/OfficeAgent.NET) #️⃣ 🎖️ 🏠 ☁️ 🍎 🪟 🐧 - Let agents edit real Microsoft Word (.docx) documents - tracked changes, tables, styles, comments, content controls, and document properties - with edits validated and previewed before saving. Built on the Open XML SDK; reads and writes documents in place through filesystem or SharePoint storage without automating Word. Runs over stdio or streamable HTTP. - [nicolascroce/keepsake-mcp](https://github.com/nicolascroce/keepsake-mcp) 📇 ☁️ - Personal CRM — manage contacts, interactions, tasks, notes, daily journal, and tags through 42 MCP tools - [n24q02m/better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) [![better-notion-mcp MCP server](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@n24q02m/better-notion-mcp) 📇 ☁️ 🍎 🪟 🐧 - Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations. - [khaoss85/mcp-orchestro](https://github.com/khaoss85/mcp-orchestro) 📇 ☁️ 🍎 🪟 🐧 - Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers.