roarpeng/graphflow
v1.9.13Apache-2.0
图谱上下文压缩与任务规划插件(10 个 MCP 工具)。能力:压缩上下文、DAG 规划、增量建图、技能飞轮、诊断与产物导入导出。DeepSeek Harness:dsh plugin --profile web add @roarpeng/graphflow;工具名为 mcp__graphflow__graphflow_*。先调 graphflow_context(传 rootDir),复杂任务再 plan,改完代码后 index。
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
graphflowstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"--package=@roarpeng/graphflow",
"graphflow-mcp"
],
"env": {
"GRAPHFLOW_MCP_STDIO": "1",
"GRAPHFLOW_LOG_JSON": "1"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "graphflow",
"version": "1.9.13",
"description": "图谱上下文压缩与任务规划插件(10 个 MCP 工具)。能力:压缩上下文、DAG 规划、增量建图、技能飞轮、诊断与产物导入导出。DeepSeek Harness:dsh plugin --profile web add @roarpeng/graphflow;工具名为 mcp__graphflow__graphflow_*。先调 graphflow_context(传 rootDir),复杂任务再 plan,改完代码后 index。",
"author": {
"name": "Roarpeng",
"url": "https://github.com/Roarpeng"
},
"homepage": "https://github.com/Roarpeng/GraphFlow#readme",
"repository": "https://github.com/Roarpeng/GraphFlow",
"license": "Apache-2.0",
"keywords": [
"multi-agent",
"orchestration",
"mcp",
"context-engine",
"agent-plugins",
"skills",
"dsh-plugin",
"deepseek-harness"
],
"extensions": {
"dsh": {
"bundle": "./cordis.patch.yml",
"install": "dsh plugin --profile web add @roarpeng/graphflow",
"installHome": "npx @roarpeng/graphflow install",
"toolsPrefix": "mcp__graphflow__",
"usage": "先 mcp__graphflow__graphflow_context(rootDir=仓库绝对路径),复杂任务 graphflow_plan,改完 graphflow_index;graphflow_run 之后必须 graphflow_report_outcome。",
"capabilities": [
"graphflow_context",
"graphflow_plan",
"graphflow_run",
"graphflow_report_outcome",
"graphflow_insight",
"graphflow_index",
"graphflow_skill_insights",
"graphflow_diagnose",
"graphflow_artifact",
"graphflow_skill_guide"
]
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- dsh