RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.chrisgleissner/c64bridge · v0.9.2
MCP server for Commodore 64 Ultimate hardware and VICE emulator control.
C64 Bridge 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"c64bridge": {
"command": "npx",
"args": [
"-y",
"c64bridge"
]
}
}
}LOG_LEVEL可选Logger verbosity.
C64BRIDGE_CONFIG可选Path to the C64 Bridge configuration file.
C64_MODE可选Active backend.
C64U_HOST可选Ultimate 64 host name or IP address.
C64U_PORT可选Ultimate 64 REST port.
C64U_PASSWORD可选secretUltimate 64 network password sent as X-Password.
VICE_BINARY可选VICE emulator binary to launch.
VICE_VISIBLE可选Launch VICE with a visible window when possible.
VICE_WARP可选Enable VICE warp mode.
GITHUB_TOKEN可选secretGitHub token for optional RAG discovery against GitHub.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.chrisgleissner/c64bridge",
"type": "mcp-server",
"version": "0.9.2",
"displayName": "C64 Bridge",
"description": "MCP server for Commodore 64 Ultimate hardware and VICE emulator control.",
"repository": {
"url": "https://github.com/chrisgleissner/c64bridge",
"source": "github"
},
"homepage": "https://github.com/chrisgleissner/c64bridge",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "c64bridge",
"version": "0.9.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOG_LEVEL",
"description": "Logger verbosity."
},
{
"name": "C64BRIDGE_CONFIG",
"description": "Path to the C64 Bridge configuration file."
},
{
"name": "C64_MODE",
"description": "Active backend."
},
{
"name": "C64U_HOST",
"description": "Ultimate 64 host name or IP address."
},
{
"name": "C64U_PORT",
"description": "Ultimate 64 REST port."
},
{
"name": "C64U_PASSWORD",
"description": "Ultimate 64 network password sent as X-Password.",
"isSecret": true
},
{
"name": "VICE_BINARY",
"description": "VICE emulator binary to launch."
},
{
"name": "VICE_VISIBLE",
"description": "Launch VICE with a visible window when possible."
},
{
"name": "VICE_WARP",
"description": "Enable VICE warp mode."
},
{
"name": "GITHUB_TOKEN",
"description": "GitHub token for optional RAG discovery against GitHub.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.chrisgleissner/c64bridge",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.chrisgleissner%2Fc64bridge/versions/latest",
"isOfficial": true,
"status": "active"
}
}