Ecosystem

> First-party companion modules for Velocity - the MCP SDK, the Arrow context server, and the AI module - each shipped as its own Go module and added with go get.

First-party companion modules that live alongside core Velocity. Each ships as its own Go module under github.com/velocitykode, so it stays out of the core dependency graph and is opt-in: you add only what you need with go get.

  • Velocity MCP - native SDK for building Model Context Protocol servers on Velocity.
  • Velocity Arrow - a ready-to-run MCP server giving AI agents live context about your Velocity app (routes, config, database schema, logs, docs).
  • Velocity AI - LLM provider, embeddings, and vector store module for AI-powered features.
  • Velocity CLI - a standalone component library for building styled command-line tools: output, tables, spinners, and interactive prompts.