GlossModMCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GlossModMCP搜索最近更新的热门Mod"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GlossModMCP - 3DM Mod API MCP 服务器
3DM Mod 站的 MCP 服务器
✨ 项目简介
GlossModMCP 是一个完整的 MCP (Model Context Protocol) 服务器实现,为 Claude 和其他 LLM 应用提供 3DM Mod 网站的数据访问能力。
Related MCP server: Revit MCP Server
⚡ 快速开始 (3分钟)
前置条件
Python 3.11+
安装
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
}
]
}
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GlossMod/gloss-mod-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server