npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oscar64-docs-mcp

v1.3.1

Published

MCP server for Oscar64 documentation and source examples

Downloads

97

Readme

Oscar64 Docs MCP

npm version License: MIT

Access the complete Oscar64 C compiler documentation through conversation - AI-powered search across manual pages, headers, tutorials, and sample code.

Features

  • 🔍 Smart Search: Find functions, symbols, topics across all documentation
  • 📚 Documentation Access: Read manual pages and API references
  • 💡 Tutorial Browsing: Explore Oscar64 tutorials and guides
  • 📝 Code Examples: Search and read sample C64 programs
  • 🗂️ Index Discovery: Navigate headers, tutorials, samples, and topics

Requirements

  • Node.js >= 22.13.0
  • MCP-compatible AI assistant (Claude Code, Codex, Windsurf, etc.)

Installation

claude mcp add oscar64-docs -- npx -y oscar64-docs-mcp@latest

Or add manually to your MCP client config:

{
  "mcpServers": {
    "oscar64-docs": {
      "command": "npx",
      "args": ["-y", "oscar64-docs-mcp@latest"]
    }
  }
}

The server caches Oscar64 documentation at ~/.cache/oscar-mcp. To use a different location, set the OSCAR_MCP_CACHE_DIR environment variable in your MCP client configuration.

Quick Start

  1. Add MCP server (see Installation above)

  2. Ask your AI assistant about Oscar64:

    • "How do I use sprites in Oscar64?"
    • "Show me examples of reading joystick input"
    • "What functions are available for SID music?"

Example Workflows

Finding API Functions

You: What functions are available for VIC-II graphics?

AI assistant will:
1. Search for VIC-II related functions
2. Read and explain the relevant API docs
3. Show you how to use them in your code

Exploring Tutorials

You: Show me Oscar64 tutorials about raster effects

AI assistant will:
1. List available tutorials
2. Search for raster-related content
3. Read and present the tutorial content

Code Examples

You: Find sample code for scrolling

AI assistant will:
1. Search sample code for scrolling examples
2. Read and display the source code
3. Explain how the code works

License

MIT - see LICENSE file

Made with ❤️ for C64 developers and AI-assisted retro coding

"The C64 never gets old, it just gets smarter" 🎮