Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"c64ultimatemcpserver": {
"args": [
"-y",
"@mcp-use/inspector"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
English | Polski
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mcp-use/inspector' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
Malicious code in @mcp-use/inspector (npm)
--- _-= Per source details. Do not edit below this line.=-_ ## Source: amazon-inspector (062fd62b0f62dafc3c8ee95640853f3b8b82191ac8ed44df47b0f944e514ebc5) The package @mcp-use/inspector was found to contain malicious code. ## Source: google-open-source-security (cfebb41bfaba80929823f7af641271e4d11c946921636211a86b88976a01af6a) This package was compromised by the Sha1-Hulud: The Second Coming NPM worm. The malicious payload steals tokens and credentials and publishes them to GitHub. The worm w
Click any tool to inspect its schema.
c64_basic_program_promptPrompt template for generating C64 BASIC V2 programs
c64_sid_music_promptPrompt template for SID composition guidance
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for C64UltimateMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
English | Polski
⚙️ This project was built 100% using AI Agent prompts - Every line of code, configuration, and documentation was generated through conversational prompts to GitHub Copilot Agent.
Comprehensive Model Context Protocol (MCP) server for the Commodore 64 Ultimate device with 45+ tools (45 device operations), 14 MCP prompts, and 38 embedded documentation resources. Built in C# with enterprise-grade architecture, type safety, and comprehensive API coverage.
License: MIT License (see LICENSE file)
prompts/list and prompts/getC64UltimateClient NuGet package with clean async API# 1. Build
dotnet build
# 2. Configure (optional, defaults to http://192.168.0.120)
export Ultimate__BaseUrl=http://your-c64-ultimate-ip:port
# 3. Run
dotnet run
# 4. Server starts on http://localhost:8080
git clone https://github.com/ch0mik/C64UltimateMcpServer.git
cd C64UltimateMcpServer
dotnet build
dotnet run
{
"Ultimate": {
"BaseUrl": "http://192.168.0.120"
}
}
Ultimate__BaseUrl=http://192.168.0.120
environment:
- Ultimate__BaseUrl=http://192.168.0.120
.continue/config.json:{
"models": [
{
"title": "Claude",
"provider": "openai",
"model": "claude-3-5-sonnet"
}
],
"mcp_servers": {
"c64-ultimate": {
"url": "http://localhost:8080"
}
}
}
@C64 reboot the device
@C64 load and run /games/loderunner.prg
@C64 what config categories are available?
.vscode/settings.json:{
"github.copilot.chat.mcpServers": [
{
"name": "C64 Ultimate",
"type": "streamable-http",
"url": "http://localhost:8080"
}
]
}
@C64 reboot device
@C64 mount disk /games/disk1.d64
cody mcp add c64
... [View full README on GitHub](https://github.com/ch0mik/C64UltimateMcpServer#readme)