About Gloss Mod MCP
Gloss Mod MCP is an MCP server published by GlossMod in the Developer Tools category: 3DM Mod API MCP. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx gloss-mod-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Gloss Mod MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
GlossModMCP - 3DM Mod API MCP 服务器
3DM Mod 站的 MCP 服务器
✨ 项目简介
GlossModMCP 是一个完整的 MCP (Model Context Protocol) 服务器实现,为 Claude 和其他 LLM 应用提供 3DM Mod 网站的数据访问能力。
⚡ 快速开始 (3分钟)
前置条件
- Python 3.11+
- uv
- 3DM Mod API 密钥
安装
pip install glossmod-mcp
更新
pip install --upgrade glossmod-mcp
配置
{
"servers": {
"glossmod-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["glossmod-mcp"],
"env": {
"GLOSSMOD_API_KEY": "${input:GLOSSMOD_API_KEY}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "GLOSSMOD_API_KEY",
"description": "输入你的Mod站 API",
"default": "",
"password": true
}
]
}
README mirrored from the source repository 4 months ago. The original is authoritative.