🚀 EasyProject MCP Server
@hnizdiljan
关于 🚀 EasyProject MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"EasyProject-MCP-Server": {
"command": "docker",
"args": [
"run",
"-d",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is EasyProject MCP Server?
EasyProject MCP Server is a Model Context Protocol server that integrates with the EasyProject API, enabling the use of EasyProject tools directly within the Cursor AI editor. It is designed for developers and project managers who want to manage projects, tasks, users, time tracking, and reports without leaving their code editor.
How to use EasyProject MCP Server?
Install via Cargo, Docker, or build from source. Configure using a TOML file or environment variables (EASYPROJECT_API_KEY, EASYPROJECT_BASE_URL). For Cursor, add the server to your mcpServers configuration. Invoke tools such as list_projects, create_issue, or log_time using @easyproject <tool_name>.
Key features of EasyProject MCP Server
- Full MCP protocol implementation for EasyProject API
- Project CRUD: create, update, delete, list projects
- Issue management with assignment and completion
- User management and workload analysis
- Time tracking: log and manage time entries
- Reporting: generate project reports and dashboard data
- In-memory caching with configurable TTL per entity
- Rate limiting and automatic retry on failed requests
- Structured JSON logging and extensive configuration
Use cases of EasyProject MCP Server
- Create and update project issues directly from Cursor
- Assign tasks to team members and mark them complete
- Track work time by logging entries against projects
- Generate detailed project reports with time and issue data
- View user workloads and dashboard summaries
FAQ from EasyProject MCP Server
What runtime dependencies are required?
Rust 1.70+ for building from source, or a pre-built binary. An active EasyProject instance and a valid API key are mandatory.
How does authentication work?
Authentication uses an API key sent via the X-Redmine-API-Key header. The key must be set via the EASYPROJECT_API_KEY environment variable or in the config file.
What transports are supported?
The server supports both stdio and websocket transports. The default is stdio; websocket can be enabled in the configuration with a configurable port.
What are the rate limits and how can they be adjusted?
Rate limiting is enabled by default at 60 requests per minute with a burst size of 10. These values can be changed in the [rate_limiting] section of the config.
How can I clear the cache or troubleshoot caching issues?
Restart the server or set cache.enabled = false in the configuration to disable caching. Debug logging can be enabled with the RUST_LOG=debug environment variable.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论