xrxs MCP Server
Officialby xrxs-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | xrxs MCP 服务器 URL,例如 https://mcp.example.com/mcp | |
| auth.mode | No | 鉴权模式:oauth(默认)、static、none | |
| serverName | No | 服务器名称,用于工具命名 mcp__<serverName>__<rawName>,跨重启稳定 | |
| auth.scopes | No | OAuth scopes,[] 表示服务器默认 scope | |
| auth.clientId | No | 预注册的 OAuth client_id,设置后跳过动态注册 | |
| auth.issuerUrl | No | 可选:固定 RFC 8414 issuer,跳过发现 | |
| auth.tokenFile | No | 令牌存储文件路径,默认 ~/.xrxs/dsh-xrxs-mcp/<sha256(url)>.json | |
| auth.clientName | No | OAuth 动态注册的 client_name,须命中网关注册规则,如 cinlynDshDesktop | |
| auth.accessToken | No | 静态令牌(mode=static 时使用) | |
| auth.autoConnect | No | 已存在 OAuth 会话时是否自动连接,默认 true | |
| auth.openBrowser | No | 是否自动打开浏览器,false 则打印 URL 供手动打开 | |
| auth.clientSecret | No | 预注册的 OAuth client_secret,服务器签发时填写 | |
| auth.redirectPort | No | OAuth loopback 回调端口,如 42351 | |
| skills.autoUpdate | No | 是否定时轮询在线更新 skill | |
| skills.installDir | No | skill 安装目录,默认 ~/.dsh/skills | |
| skills.intervalMs | No | skill 轮询间隔(毫秒),5分钟~24小时 | |
| skills.packageUrl | No | skill 资源包 tgz 地址,空字符串 = 不启用 | |
| toolCallTimeoutMs | No | 工具调用超时(毫秒),默认 60000 | |
| failOnStartupError | No | 启动错误时是否失败,默认 false(不让桌面起不来) | |
| auth.tokenEndpointAuthMethod | No | token 端点鉴权方法,如 client_secret_post | |
| auth.allowDynamicRegistration | No | 是否允许动态客户端注册,使用预注册 clientId 时设为 false |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues