Skip to main content
Glama
GeerMrc
by GeerMrc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REGISTRYTOOLS_DEVICENoEmbedding 模型计算设备cpu
REGISTRYTOOLS_DATA_PATHNo数据目录路径~/.RegistryTools
REGISTRYTOOLS_LOG_LEVELNo日志级别INFO
REGISTRYTOOLS_TRANSPORTNo传输协议stdio
REGISTRYTOOLS_DESCRIPTIONNoMCP 服务器描述统一的 MCP 工具注册与搜索服务
REGISTRYTOOLS_ENABLE_AUTHNo启用 API Key 认证false
REGISTRYTOOLS_SEARCH_METHODNo默认搜索方法bm25
REGISTRYTOOLS_STORAGE_BACKENDNo存储后端类型json

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_toolsB

搜索可用的 MCP 工具

根据查询字符串在已注册的工具中搜索匹配项。

get_tool_definitionA

获取指定工具的完整定义

返回工具的完整元数据,包括输入输出 Schema。

list_tools_by_categoryB

按类别列出工具

列出指定类别下的所有工具。

register_toolB

动态注册新工具

向工具注册表中添加一个新的工具元数据。

unregister_toolA

注销工具

从工具注册表中移除指定的工具。

search_hot_toolsA

快速搜索热工具(性能优化)

仅搜索热工具和温工具,跳过冷工具以提升搜索性能。 热工具是高频使用的工具,温工具是中等频率使用的工具。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_stats获取工具注册表统计信息 Returns: 统计信息,JSON 格式字符串 Raises: PermissionError: 如果认证失败(仅 HTTP 模式)
get_categories获取所有工具类别 Returns: 类别列表,JSON 格式字符串 Raises: PermissionError: 如果认证失败(仅 HTTP 模式)

Latest Blog Posts

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/GeerMrc/RegistryTools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server