Developer Tools
Security Reviewed
FastMCP is the standard Python framework for building Model Context Protocol servers, clients, and applications. It provides automatic schema generation, transport negotiation, and protocol lifecycle management, letting developers wrap Python functions into MCP-compliant tools with minimal boilerplate.
⭐ 24.2k fastmcp
MCP Developer Tools
Developer Tools
Security Reviewed
Supergateway enables running MCP stdio-based servers over SSE, WebSockets, or Streamable HTTP with a single command. Essential infrastructure for remote MCP server access, debugging, and connecting clients across network boundaries with Docker and OAuth support.
⭐ 2.5k supergateway ⬇ 88.6k/wk
MCP Developer Tools
Developer Tools
Security Reviewed
Trigger.dev is an open-source platform for building and deploying long-running background tasks, AI agents, and durable workflows in TypeScript. It provides managed infrastructure with retries, queues, real-time observability, and human-in-the-loop support.
⭐ 14.3k trigger.dev ⬇ 214.1k/wk
Custom Agents Developer Tools
Developer Tools
Security Reviewed
An open-source, extensible AI agent from Block (formerly Square) that goes beyond code suggestions to install packages, execute commands, edit files, and run tests. Supports any LLM and extends via MCP servers for tool integration.
⭐ 33.9k goose
Custom Agents Developer Tools
Developer Tools
Security Reviewed
An open-source terminal-native AI coding agent written in Go that supports 75+ LLMs including Claude, GPT, Gemini, and local models. Provides file editing, code generation, shell command execution, and project understanding without subscription fees.
⭐ 11.7k opencode
Custom Agents Developer Tools
Developer Tools
Security Reviewed
A complete, idiomatic Git implementation written in pure Rust, providing both a library (gix crate) for building Git-powered applications and CLI tools for repository operations. Prioritizes correctness, performance, and memory safety.
⭐ 11.1k gitoxide
Cursor Developer Tools
Developer Tools
Security Reviewed
Automatically generates fixup commits by analyzing staged changes and matching them to the correct ancestor commits. A Rust port of Facebook's hg absorb that eliminates manual interactive rebasing for review feedback.
⭐ 5.5k git-absorb
Claude Code Developer Tools
Developer Tools
Security Reviewed
A fast terminal user interface for Git inspired by Emacs Magit, written in Rust. gitu provides keyboard-driven staging, committing, rebasing, stashing, and branch management with a discoverable which-key style help menu.
⭐ 2.7k gitu
Claude Code Developer Tools
Developer Tools
Security Reviewed
Litestream is a streaming replication tool for SQLite databases that continuously replicates changes to S3, Azure, GCS, SFTP, or local storage. Written in Go with 13k+ GitHub stars, it enables SQLite to be used as a production database with disaster recovery.
⭐ 13.4k litestream
OpenClaw Developer Tools
Developer Tools
Security Reviewed
Restic is a fast, secure, and efficient backup program supporting local, SFTP, S3, Azure, GCS, and many other storage backends. Written in Go with 32k+ GitHub stars, it features deduplication, encryption, and snapshot-based incremental backups.
⭐ 32.9k restic
OpenClaw Developer Tools
Developer Tools
Security Reviewed
pgcli is an interactive PostgreSQL CLI with context-aware autocompletion, syntax highlighting, and multi-line query editing. Part of the dbcli project with 13k+ GitHub stars, it makes database exploration and query writing dramatically more productive.
⭐ 13.1k pgcli
OpenClaw Developer Tools
Developer Tools
Security Reviewed
chezmoi manages dotfiles across multiple machines securely using a Git-backed source-of-truth model with templates, encryption, and cross-platform support. Written in Go with 18k+ GitHub stars, it handles machine-specific configs, secrets, and one-command bootstrap.
⭐ 18.9k chezmoi
OpenClaw Developer Tools
Developer Tools
Security Reviewed
Jujutsu (jj) is a powerful Git-compatible version control system that reimagines VCS workflows with automatic rebasing, first-class conflict tracking, and operation-log undo. Built in Rust with 27k+ GitHub stars, it works directly on existing Git repositories.
⭐ 27.5k jj
OpenClaw Developer Tools
Developer Tools
Security Reviewed
Topgrade is a CLI tool written in Rust that detects all package managers and updatable sources on your system and runs the appropriate update commands in one shot. It supports over 60 package managers including apt, brew, npm, pip, cargo, flatpak, snap, firmware updates, and more.
⭐ 3.6k topgrade
Custom Agents Developer Tools
Developer Tools
Security Reviewed
grex is a command-line tool and library that automatically generates regular expressions from user-provided test cases. Written in Rust with Python bindings, it produces the most specific regex that matches the given input, supporting Unicode 16.0, character class detection, quantifier notation, and case-insensitive matching.
⭐ 8.1k grex
Custom Agents Developer Tools
Developer Tools
Security Reviewed
Hurl is a command-line tool for running and testing HTTP requests defined in plain text files. Built on libcurl, it supports chaining multiple requests, capturing values, asserting responses with JSONPath and XPath, and integrating into CI/CD pipelines — making it ideal for API testing, integration testing, and endpoint validation.
⭐ 18.7k hurl
Custom Agents Developer Tools
Developer Tools
Security Reviewed
Freeze by Charmbracelet generates polished PNG and SVG images of code snippets and terminal output. It supports syntax highlighting for over 200 languages, configurable themes, shadows, padding, and window chrome styling.
⭐ 4.4k freeze
Custom Agents Developer Tools
Developer Tools
Security Reviewed
lsd (LSDeluxe) is a modern rewrite of the classic ls command written in Rust, adding color coding, file-type icons via Nerd Fonts, tree view, and extensive formatting options while maintaining familiar ls command syntax.
⭐ 15.6k lsd
Custom Agents Developer Tools
Developer Tools
Security Reviewed
Volta is a JavaScript toolchain manager written in Rust that pins Node.js, npm, and yarn versions per project. It provides fast, seamless tool switching without shims or shell hooks, ensuring every team member runs the exact same tool versions.
⭐ 12.9k volta
Custom Agents Developer Tools
Developer Tools
Security Reviewed
watchexec is a standalone file-watching tool written in Rust that automatically executes commands when it detects file modifications. It respects .gitignore rules, coalesces rapid filesystem events, and works cross-platform without requiring any language runtime.
⭐ 6.9k watchexec
Custom Agents Developer Tools
Developer Tools
Security Reviewed
Generate strongly-typed models and serializers from JSON, JSON Schema, TypeScript, and GraphQL queries in 20+ programming languages. quicktype turns sample data into production-ready type definitions for Swift, C#, Go, Python, Rust, Java, Kotlin, and more.
⭐ 13.7k quicktype
Claude Code Developer Tools
Developer Tools
Security Reviewed
A modern open-source load testing tool from Grafana Labs, written in Go with JavaScript scripting. Enables developers to write performance tests as code, run HTTP/WebSocket/gRPC load tests, and integrate results with Grafana Cloud for analysis.
⭐ 30.3k k6
Custom Agents Developer Tools
Developer Tools
Security Reviewed
Glow is a terminal-based markdown reader by Charm that renders markdown files with syntax highlighting, word wrapping, and styled formatting directly in the CLI. It includes a TUI for browsing local markdown files and discovering documentation.
⭐ 24.1k glow
Custom Agents Developer Tools
Developer Tools
Security Reviewed
tRPC enables developers to build fully typesafe APIs in TypeScript without schemas, code generation, or runtime bloat. The client infers server types directly, providing autocompletion for inputs, outputs, and errors. It supports request batching, subscriptions, and adapters for Next.js, Express, Fastify, and many other frameworks.
⭐ 39.9k trpc
Claude Code Developer Tools