Back to Home
MichaelTroelsen icon

tdz-c64-knowledge

Verified Safe

by MichaelTroelsen

Overview

An MCP server for managing, searching, and extracting knowledge from Commodore 64 documentation, offering AI-powered summarization, entity extraction, RAG-based question answering, and a web-based wiki export.

Installation

Run Command
python server.py

Environment Variables

  • TDZ_DATA_DIR
  • LLM_PROVIDER
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • REST_API_KEY
  • POPPLER_PATH
  • ALLOWED_DOCS_DIRS

Security Notes

The server implements robust path traversal protection via `ALLOWED_DOCS_DIRS` and uses environment variables for sensitive API keys. The REST API is secured with configurable API key authentication and CORS. `subprocess.Popen` with `shell=True` is used for `mdscrape`, which presents a potential, though managed, risk if external input could manipulate the command string.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2026-01-10

Tags

C64Knowledge BaseDocumentationSearchAIWikiRetro ComputingLLM Integration