MCP Servers (Deprecated)
Collection of MCP servers that have become obsolete or served as prototypes. Kept only as historical reference and not connected to the current host MCP configuration.
Legacy services and prototypes
Apple Calendar (legacy) (
apple-calendar/
) – Python implementation that connected directly to iCloud via CalDAV using thecaldav
library. Replaced by the modern Node.js service inmcp_servers/calendarTool
. No*.mcp.yml
points to this version anymore, so you must run it manually if you want to review the old behavior. apple-calendar/Progress Tests (prototype) (
progress_tests/
) – FastAPI + FastMCP spike to validatectx.report_progress
and SSE transport from the supervisor. Includes test scripts (test.js
,test.py
) and shares dependencies with the supervisor viapyproject.toml
. Not referenced in any*.mcp.yml
; you can run it locally (pip install -e . && python main.py
) or via its Dockerfile to reproduce the demo. progress_tests/