Velocity Workspace

v1.0.0Developer Toolsstable

Local-first workspace for Claude Code, Codex CLI, and Gemini CLI with sessions, analytics, workflows, and tools

ai-codingbunclaude-codedeveloper-toolsgemini-cli
Share:
42
Stars
0
Downloads
0
Weekly
0/5

What is Velocity Workspace?

Velocity Workspace is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to local-first workspace for claude code, codex cli, and gemini cli with sessions, analytics, workflows, and tools

Local-first workspace for Claude Code, Codex CLI, and Gemini CLI with sessions, analytics, workflows, and tools

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Local-first workspace for Claude Code, Codex CLI, and Gemini

Use Cases

Session management for AI coding
Workflow analytics
Local-first development
OptimiLabs

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv1.0.0
UpdatedApr 23, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx velocity

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Velocity Workspace

Velocity is a local-first workspace MCP server and web UI built with Next.js and Bun that unifies Claude Code, OpenAI Codex CLI, and Gemini CLI into a single environment with session management, analytics, workflow automation, and agent orchestration. It tracks your AI coding sessions, exposes hooks and routing tools through MCP, and provides a browser-based dashboard at http://localhost:3000 for reviewing session history, configuring workflows, and managing skills. Development teams use it to coordinate multiple AI coding agents, measure productivity, and automate repetitive coding patterns.

Prerequisites

  • Bun runtime installed (curl -fsSL https://bun.sh/install | bash) — Velocity uses Bun as its primary runtime
  • Node.js 18+ for any npm-based dependencies
  • At least one supported AI CLI installed: Claude Code, Codex CLI, or Gemini CLI
  • An MCP-compatible client to connect to the Velocity MCP server
  • Git installed to clone the repository
1

Clone the Velocity repository

Clone the OptimiLabs/velocity repository and enter the project directory.

git clone https://github.com/OptimiLabs/velocity.git
cd velocity
2

Install dependencies with Bun

Install all project dependencies using Bun. This installs the Next.js app and MCP server dependencies in one step.

bun install
3

Fix PTY permissions on macOS (if needed)

If you encounter permission errors with the terminal emulation layer, fix the spawn-helper binary permissions with chmod.

chmod +x node_modules/node-pty/prebuilds/*/spawn-helper
4

Start the Velocity development server

Run the development server. The web UI will be available at http://localhost:3000 and the MCP server will start alongside it.

bun dev
5

Register the Velocity MCP server with your AI client

Add Velocity to your MCP client config. The server runs locally — connect to the MCP endpoint exposed by the running Velocity instance.

{
  "mcpServers": {
    "velocity": {
      "command": "bun",
      "args": ["run", "mcp"],
      "cwd": "/path/to/velocity"
    }
  }
}
6

Open the Velocity dashboard

Navigate to http://localhost:3000 in your browser to access the Console, Sessions, Analytics, and Workflow builder. Use the Console to start a managed Claude or Codex session.

Velocity Workspace Examples

Client configuration

claude_desktop_config.json entry for the Velocity MCP server running via Bun from the cloned repository.

{
  "mcpServers": {
    "velocity": {
      "command": "bun",
      "args": ["run", "mcp"],
      "cwd": "/Users/you/velocity"
    }
  }
}

Prompts to try

Example prompts that use the Velocity workspace and session management tools.

- "Show me my recent Claude Code session history and summarize what was worked on"
- "Start a new Claude Code session for the payments-service repository"
- "List all active AI coding agents and their current task status"
- "Show token usage analytics for the past week across all providers"
- "Create a workflow that runs tests automatically after every code generation step"

Troubleshooting Velocity Workspace

bun: command not found

Install Bun via 'curl -fsSL https://bun.sh/install | bash', then restart your terminal. Verify with 'bun --version' before running bun install.

PTY spawn errors on macOS when starting a console session

Run 'chmod +x node_modules/node-pty/prebuilds/*/spawn-helper' from the velocity directory. This fixes macOS security restrictions on prebuilt binaries.

Dashboard at localhost:3000 is unreachable after bun dev

Check that port 3000 is not already in use ('lsof -i :3000'). If another process is using it, kill it or change the port in the Next.js config.

Frequently Asked Questions about Velocity Workspace

What is Velocity Workspace?

Velocity Workspace is a Model Context Protocol (MCP) server that local-first workspace for claude code, codex cli, and gemini cli with sessions, analytics, workflows, and tools It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Velocity Workspace?

Follow the installation instructions on the Velocity Workspace GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Velocity Workspace?

Velocity Workspace works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Velocity Workspace free to use?

Yes, Velocity Workspace is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "velocity": { "command": "npx", "args": ["-y", "velocity"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Velocity Workspace?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides