Feishu Project MCP ServerServer

im47cn
GitHub
project-managementautomationdevelopment

Loading subscription status...

💡 Description

An intelligent development process management system based on the Model Context Protocol (MCP), achieving end-to-end requirement management and automation of the development process.

📝 JSON Entries

{
  "mcpServers": [
    {
      "feishu-project-mcp": {
        "env": {
          "FEISHU_APP_ID": "your_app_id",
          "FEISHU_API_URL": "https://project.feishu.cn/open_api",
          "FEISHU_APP_SECRET": "your_app_secret"
        },
        "args": [
          "/path/to/feishu-project-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

ExpressDocker.env

Features

  • Requirement extraction and integrity analysis
  • Automated feedback loop for incomplete requirements
  • Architecture design and technical solution generation
  • High-quality function implementation based on technical specifications
  • Automated code submission to Gitlab
  • Status updates and notifications in Feishu projects

💬 Example Queries

  • Get the project list
  • Get the requirements list for project1
  • Analyze the requirement with ID requirement1
  • Get the status of task with ID task1