SoloFlow

SoloFlow

MCP server that enables running and managing file-based AI Skills, Agents, and Flow workflows as DAGs, with tools for listing, executing, and resuming tasks via stdio JSON-RPC.

Category
Visit Server

README

SoloFlow

把 AI 工作方法存成文件(Skill),按步骤自动执行(Flow)。

CI PyPI Python License

当前稳定版本:v2.0.0。从 v1 升级请先查看 v2.0.0 变更与迁移说明

30 秒跑通

需要 Python 3.12+ 和 DeepSeek API Key。先配置密钥:

$env:DEEPSEEK_API_KEY = "你的密钥"

或者在当前目录创建 .env

DEEPSEEK_API_KEY=你的密钥

然后运行内置写作 Skill:

uvx soloflow run content-writer "为我的产品写一篇介绍"

不想产生 API 费用时,先预览最终 Prompt:

uvx soloflow run content-writer "为我的产品写一篇介绍" --dry-run

只需理解三个概念

  • Skill:一份可以重复执行的 AI 工作手册,例如 content-writer
  • Flow:把多个 Skill 按依赖顺序串起来,例如 blog-pipeline
  • Agent(可选):给 Skill 加上固定角色和行为规则,例如 content-editor

常用命令

命令 用途
sf run <skill> <task> 运行一个 Skill,推荐入口
sf skill list 查看可用 Skill
sf skill show <name> 查看 Skill 内容
sf skill init <name> 创建 Skill
sf flow run <name> -i key=value 运行 Flow
sf flow runs 查看 Flow 运行记录
sf flow watch <run-id> 实时查看 Flow 进度
sf flow resume <run-id> 从失败处恢复 Flow
sf agent run <name> <task> 用 Agent 执行任务

如果从源码开发,把 sf 换成 uv run sf。项目目录、~/.soloflow/、安装包内置资产按此顺序查找,同名文件以前者为准。

下一步

License

MIT License

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
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
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
VeyraX MCP

VeyraX MCP

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

Official
Featured
Local
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
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
E2B

E2B

Using MCP to run code via e2b.

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
Qdrant Server

Qdrant Server

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

Official
Featured