Kiso
Kiso is a publishing engine that turns Open Knowledge Format (OKF) bundles into static websites for humans and AI agents. We also provide an MCP Server.
- Transport
- Not stated
- Package
- —
- Registry id
- —
No install snippet on purpose. A working MCP config is a command, its arguments and an environment block — the last two are where API keys live, so this catalogue never stores them and cannot publish them. Follow the link above for the authors' own instructions.
Kiso provides two applications built around Open Knowledge Format bundles. kiso-cli validates and publishes OKF bundles as static websites, while kiso-mcp-server gives MCP-compatible AI applications direct access to their knowledge. The build command generates a static website including original Markdown files, HTML pages, sitemap.xml, llms.txt, a search engine, and download bundle links.
The check command validates Markdown files in an OKF bundle and reports formatting or structural errors before publication. Kiso CLI can be used in a GitHub Action to automatically check, build, and publish an OKF bundle. The kiso-mcp-server lets an MCP-compatible AI application access the knowledge contained in the bundle directly.
Summary drafted from the project's own website. Every sentence is backed by text on that page and was reviewed before publishing.