From e86d881abad3fe15e59b70b5c0f6ccb8e23784c1 Mon Sep 17 00:00:00 2001 From: Taylor Leese Date: Fri, 24 Oct 2025 01:14:50 -0700 Subject: [PATCH 1/3] Add MCP Toolz to third-party servers MCP Toolz is a Model Context Protocol server for Claude Code that provides: - Context management and persistence across sessions - Todo list snapshots and restoration - AI second opinions from ChatGPT and Claude (Anthropic) - Session tracking and cross-project knowledge sharing Available on PyPI: https://pypi.org/project/mcp-toolz/ Repository: https://github.com/taylorleese/mcp-toolz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ca87ea5b9..219e92fbc3 100644 --- a/README.md +++ b/README.md @@ -972,6 +972,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCPfinder](https://github.com/mcpfinder/server)** - The AI Agent's "App Store": Discover, install, and monetize AI capabilities — all within the MCP ecosystem. - **[MCPIgnore Filesytem](https://github.com/CyberhavenInc/filesystem-mcpignore)** - A Data Security First filesystem MCP server that implements .mcpignore to prevent MCP clients from accessing sensitive data. - **[MCPJungle](https://github.com/mcpjungle/MCPJungle)** - Self-hosted MCP Registry and Gateway for enterprise AI Agents +- **[MCP Toolz](https://github.com/taylorleese/mcp-toolz)** - Context management, todo persistence, and AI second opinions for Claude Code. Share contexts across sessions and get feedback from ChatGPT or Claude. - **[Md2doc](https://github.com/Yorick-Ryu/md2doc-mcp)** - Convert Markdown text to DOCX format using an external conversion service - **[MeasureSpace MCP](https://github.com/MeasureSpace/measure-space-mcp-server)** - A free [Model Context Protocol (MCP) Server](https://smithery.ai/server/@MeasureSpace/measure-space-mcp-server) that provides global weather, climate, air quality forecast and geocoding services by [measurespace.io](https://measurespace.io). - **[MediaWiki](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server)** - A Model Context Protocol (MCP) Server that interacts with any MediaWiki wiki From c632675160454fecdeb25eb26de9e5cacec2b435 Mon Sep 17 00:00:00 2001 From: Taylor Leese Date: Sat, 25 Oct 2025 00:48:29 -0700 Subject: [PATCH 2/3] Update MCP Toolz description to include all AI services (ChatGPT, Claude, Gemini, DeepSeek) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 219e92fbc3..9d17c77c05 100644 --- a/README.md +++ b/README.md @@ -972,7 +972,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCPfinder](https://github.com/mcpfinder/server)** - The AI Agent's "App Store": Discover, install, and monetize AI capabilities — all within the MCP ecosystem. - **[MCPIgnore Filesytem](https://github.com/CyberhavenInc/filesystem-mcpignore)** - A Data Security First filesystem MCP server that implements .mcpignore to prevent MCP clients from accessing sensitive data. - **[MCPJungle](https://github.com/mcpjungle/MCPJungle)** - Self-hosted MCP Registry and Gateway for enterprise AI Agents -- **[MCP Toolz](https://github.com/taylorleese/mcp-toolz)** - Context management, todo persistence, and AI second opinions for Claude Code. Share contexts across sessions and get feedback from ChatGPT or Claude. +- **[MCP Toolz](https://github.com/taylorleese/mcp-toolz)** - Context management, todo persistence, and AI second opinions for Claude Code. Share contexts across sessions and get feedback from ChatGPT, Claude, Gemini, and DeepSeek. - **[Md2doc](https://github.com/Yorick-Ryu/md2doc-mcp)** - Convert Markdown text to DOCX format using an external conversion service - **[MeasureSpace MCP](https://github.com/MeasureSpace/measure-space-mcp-server)** - A free [Model Context Protocol (MCP) Server](https://smithery.ai/server/@MeasureSpace/measure-space-mcp-server) that provides global weather, climate, air quality forecast and geocoding services by [measurespace.io](https://measurespace.io). - **[MediaWiki](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server)** - A Model Context Protocol (MCP) Server that interacts with any MediaWiki wiki From dd439c0c59c357d3a0cf770856408a6dc033d59a Mon Sep 17 00:00:00 2001 From: Taylor Leese Date: Sat, 25 Oct 2025 00:49:20 -0700 Subject: [PATCH 3/3] Better describe todo list persistence feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d17c77c05..a8abbb1cc4 100644 --- a/README.md +++ b/README.md @@ -972,7 +972,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[MCPfinder](https://github.com/mcpfinder/server)** - The AI Agent's "App Store": Discover, install, and monetize AI capabilities — all within the MCP ecosystem. - **[MCPIgnore Filesytem](https://github.com/CyberhavenInc/filesystem-mcpignore)** - A Data Security First filesystem MCP server that implements .mcpignore to prevent MCP clients from accessing sensitive data. - **[MCPJungle](https://github.com/mcpjungle/MCPJungle)** - Self-hosted MCP Registry and Gateway for enterprise AI Agents -- **[MCP Toolz](https://github.com/taylorleese/mcp-toolz)** - Context management, todo persistence, and AI second opinions for Claude Code. Share contexts across sessions and get feedback from ChatGPT, Claude, Gemini, and DeepSeek. +- **[MCP Toolz](https://github.com/taylorleese/mcp-toolz)** - Context management, todo persistence, and AI second opinions for Claude Code. Save and restore contexts, code snippets, and todo lists across sessions and get feedback from ChatGPT, Claude, Gemini, and DeepSeek. - **[Md2doc](https://github.com/Yorick-Ryu/md2doc-mcp)** - Convert Markdown text to DOCX format using an external conversion service - **[MeasureSpace MCP](https://github.com/MeasureSpace/measure-space-mcp-server)** - A free [Model Context Protocol (MCP) Server](https://smithery.ai/server/@MeasureSpace/measure-space-mcp-server) that provides global weather, climate, air quality forecast and geocoding services by [measurespace.io](https://measurespace.io). - **[MediaWiki](https://github.com/ProfessionalWiki/MediaWiki-MCP-Server)** - A Model Context Protocol (MCP) Server that interacts with any MediaWiki wiki