A
securityF
licenseA
qualityA Model Context Protocol server implementation for interacting with Salesforce through its REST API.
Last updated -
4
10
TypeScript
这是 Redmine 的模型上下文协议 (MCP) 服务器实现。它与 Redmine 的 REST API 集成,为 LLM 提供工单和项目信息。
支持来自 Redmine REST API 的稳定资源:
要将此服务器与 Claude 一起使用,请按如下方式配置它:
command
:执行 npm 包的命令args
:-y
:对提示自动回复“是”--prefix
:指定安装目录env
:环境变量REDMINE_HOST
:Redmine 服务器 URLREDMINE_API_KEY
:您的 Redmine API 密钥设置以下环境变量:
REDMINE_API_KEY
:从 Redmine 用户设置中获取的 API 密钥REDMINE_HOST
:Redmine 服务器 URL(例如, https://redmine.example.com
)为了数据安全,测试中只包含GET操作。
使用MCP Inspector验证功能:
某些功能需要管理员权限:
list_users
:需要管理员create_user
:需要管理员update_user
:需要管理员delete_user
:需要管理员可用信息因用户权限级别而异。有关详情,请参阅Redmine API 文档。
@modelcontextprotocol/sdk
: MCP SDKzod
:模式验证typescript
:类型系统主要设计决策记录在docs/adr
中。添加或修改功能时请参考这些文档。
麻省理工学院
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器使用其 REST API 与 Redmine 交互,通过与 LLM 集成实现票证、项目和用户数据的管理。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonaka15/mcp-server-redmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server