Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Tools for LLM agent workflows.

File Context Protocol (FCP)

MCP servers that let LLMs work with complex file formats through a verb-based DSL. The LLM thinks in domain operations, FCP renders them into the target format.

Server Domain What it does
fcp-drawio Diagrams Create and edit draw.io diagrams
fcp-midi Music Compose MIDI files
fcp-sheets Spreadsheets Build and style .xlsx files
fcp-slides Presentations Build PowerPoint presentations
fcp-rust Rust Navigate Rust codebases via rust-analyzer
fcp-terraform Infrastructure Generate Terraform HCL
fcp-core Framework Shared tokenizer, verb registry, undo/redo

See the FCP repo for the full spec.

Other

Repo What it does Website
mish LLM-native shell — structured output, error diagnostics, and process control ohitsmish.com
slipstream In-memory file editing daemon for LLM agent workflows slipstream.sh