JoyCode MCP Server - FOP Workflow Assistant

JoyCode MCP Server - FOP Workflow Assistant

Enables intelligent workflow automation for JD's FOP platform, supporting PRD analysis, code generation, and flowchart creation with smart retrieval optimization and standardized file naming rules.

Category
Visit Server

README

JoyCode MCP服务器 - FOP工作流智能助手

基于标准MCP协议的专业工作流服务器,专注京东FOP平台需求分析、代码生成和流程图创建。

🚀 一键安装

# 通过京东内部npm仓库安装
npx -y --registry=http://registry.m.jd.com @jd/fop-workflow-mcp-server

📋 MCP配置

在MCP客户端配置中添加:

{
  "mcpServers": {
    "fop-workflow-mcp-server": {
      "command": "npx",
      "args": ["-y", "--registry=http://registry.m.jd.com", "@jd/fop-workflow-mcp-server"],
      "disabled": false,
      "autoApprove": []
    }
  }
}

🎯 使用方式

安装后,直接对LLM说:

  • "fop-workflow-mcp-server帮我完成需求"
  • "fop-workflow-mcp-server分析这个PRD"
  • "fop-workflow-mcp-server生成代码"
  • "fop-workflow-mcp-server创建流程图"

🔧 核心功能

1. 智能工作流执行

  • stage1_prd_analysis: PRD需求分析阶段
  • stage2_code_generation: 代码生成阶段
  • stage3_flowchart_generation: 流程图生成阶段

2. 配置管理

  • load_config: 加载FOP配置文件
  • get_workflow_config: 获取工作流配置
  • show_config_summary: 显示配置摘要

3. 智能优化

  • get_smart_retrieval_config: 代码分析优化策略
  • get_file_naming_rules: FOP规范文件命名
  • execute_workflow_stage: 执行指定工作流阶段

📊 技术特性

  • 标准MCP协议: 基于@modelcontextprotocol/sdk实现
  • 零配置安装: 一键安装,无需额外设置
  • 稳定连接: 内置心跳机制,不会超时
  • 完整工作流: 保留原有FOP三阶段工作流
  • 智能检索: 减少70%无效代码检索,95%+准确率

📁 文件结构

├── index.js                    # MCP服务器主文件
├── package.json                # 发布配置
├── fop/
│   └── .joycode/
│       └── fop-agent-config.json  # 工作流配置
└── README.md                   # 使用说明

🛠️ 开发使用

# 本地测试
npm start

# 查看配置
npm run config

# 获取工作流配置
npm run stage -- --stage stage1_prd_analysis

📋 依赖要求

  • Node.js >= 16.0.0
  • @modelcontextprotocol/sdk ^1.25.0

📄 许可证

MIT License

👥 问题联系

✅wanghanxiong1@jd.com
✅sa549236986@163.com

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured