Skip to content
GitHub

Welcome to Qilin

The easy-peasy mcp server framework for Go.

Qilin is a framework for building MCP (Model Context Protocol) servers in Go.

Impl MCP server in a minute

qilin.New().Start() launches an MCP server on STDIN/STDOUT.

Familiar look and feel

Tool/Resource Handlers inspired by Go’s well-known web application framework. Developers familiar with them will feel right at home.

Streamable HTTP

Supports Streamable HTTP transport.