From 6cd1bcd1d366dc45a80332719a23bd4c9a9663dc Mon Sep 17 00:00:00 2001 From: ch0mik Date: Thu, 29 Jan 2026 20:29:51 +0100 Subject: [PATCH] add C64UltimateMcpServer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1bcce91a..f235fdab9b 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[BVG MCP Server - (Unofficial) ](https://github.com/svkaizoku/mcp-bvg)** - Unofficial MCP server for Berliner Verkehrsbetriebe Api. - **[Bybit](https://github.com/ethancod1ng/bybit-mcp-server)** - A Model Context Protocol (MCP) server for integrating AI assistants with Bybit cryptocurrency exchange APIs, enabling automated trading, market data access, and account management. - **[C64 Bridge](https://github.com/chrisgleissner/c64bridge)** - AI command bridge for Commodore 64 hardware. Control Ultimate 64 and C64 Ultimate devices through REST API with BASIC and assembly program creation, real-time memory inspection, SID audio synthesis, and curated retro computing knowledge via local RAG. +- **[C64 Ultimate MCP Server](https://github.com/ch0mik/C64UltimateMcpServer)** - 100% AI-written MCP Server enabling BASIC-to-PRG compilation, disk management, SID playback, and remote control of Commodore 64 Ultimate via integrated REST API. - **[CAD-MCP](https://github.com/daobataotie/CAD-MCP#)** (by daobataotie) - Drawing CAD(Line,Circle,Text,Annotation...) through MCP server, supporting mainstream CAD software. - **[Calculator](https://github.com/githejie/mcp-server-calculator)** - This server enables LLMs to use calculator for precise numerical calculations. - **[CalDAV MCP](https://github.com/dominik1001/caldav-mcp)** - A CalDAV MCP server to expose calendar operations as tools for AI assistants.