Home - UnitBuilds-CC/V.E.L.O.C.I.T.Y.-MCP GitHub Wiki

V.E.L.O.C.I.T.Y. MCP Server

Welcome to the V.E.L.O.C.I.T.Y. MCP Server wiki — the fastest, most secure, production-ready Model Context Protocol server.

Quick Stats

Metric Value
Speed 3.8x faster than Node.js MCP
Tests 284 passing
Security 15+ defense layers
Platforms Windows, Linux, macOS
Transport Stdio, HTTP/SSE, WebSocket, Shared Memory
Tools 8 built-in + plugin marketplace

Quick Start

# Download and run
curl -L https://github.com/UnitBuilds-CC/V.E.L.O.C.I.T.Y.-MCP/releases/latest/download/velocity_mcp -o velocity_mcp
chmod +x velocity_mcp
./velocity_mcp

Then configure your MCP client (Claude Desktop, Cursor, etc.) — see Getting-Started.

Key Features

  • 4 transport modes — Stdio, HTTP/SSE, WebSocket, Shared Memory
  • NDA binary protocol — 90x faster parsing than JSON
  • 8 built-in tools — All native Rust, no external dependencies
  • Enterprise security — Capability sandbox, Linux seccomp, Ed25519 signatures
  • Production monitoring — Prometheus, Grafana, OpenTelemetry
  • Plugin marketplace — Dynamic tool loading without restart
  • Client SDKs — Rust, Python, TypeScript, Go

Documentation

Page Description
Getting-Started Install, build, and run in 5 minutes
Architecture System design and module overview
Transport-Modes Stdio, HTTP/SSE, WebSocket, Shared Memory
Built-in-Tools 8 tools for files, shell, HTTP, and NDA
NDA-Format Neural Document Archive binary format
Security-Model 15+ defense layers explained
Client-SDKs Official SDKs in 4 languages
Plugin-Marketplace Discover and install plugins
Monitoring Prometheus, Grafana, OpenTelemetry
Configuration TOML config, CLI flags, env vars
Performance Benchmarks and comparisons
Troubleshooting Common issues and FAQ

Links