AI-powered code editors and assistants
AI-first code editor built on VS Code
Runs Claude Code as a 24/7 AI assistant on Telegram, Discord & Slack for a flat $20/mo β no separate API bills needed.
Open-source canvas IDE for agentic coding workflows that provides a visual interface for managing multi-step AI coding tasks.
AI pair programmer by GitHub/OpenAI
Project management and quality control layer for AI agents that binds to code changes to auto-flag stale context, forcing agents to follow project conventions and decisions.
AI UI component generator for React/Next.js
Terminal-based AI coding agent by Anthropic
Voice-controlled multi-agent orchestrator for Claude Code that uses Realtime API with CLI runners and multi-channel orchestration.
Mcpsnoop is a transparent proxy and live terminal UI that acts as 'Wireshark for MCP.' It sits in the real data path between your AI client (Cursor, Claude Code, Codex) and your MCP servers, capturing every JSON-RPC frame β tool calls, arguments, responses, stderr β as they actually happen. Unlike the official MCP Inspector, which connects as a second client off to the side, Mcpsnoop sees exactly what your real client and server say to each other, including calls the model never made or made with wrong arguments. It flags slow and hung calls, surfaces invalid frames, supports replay, capability inspection, and session export (JSON/HTML/text/OTLP), and runs as a single dependency-free binary (Go, MIT licensed).
Free AI code completion and chat assistant
AI full-stack app builder that generates production-ready web apps from natural language
LLM proxy for coding agents that manages shared context and memory across agent sessions, reducing token waste and improving continuity.
Multi-coding-agent control plane that coordinates Claude Code, Codex, Gemini, and Cursor agents working on the same codebase via contracts and experience accumulation, reducing repeat errors from 65% to 8%.
Code review that actually runs your code, finding more bugs with lower false positive rate, providing screenshots, videos, and run logs.
Micro AI code reviews that run on git commit, opening a review UI with diff summary and risk patterns check across 10 categories.
Hardware-isolated VM sandbox for macOS autonomous coding agents β agent never sees your real API key, egress is deny-by-default, only git diff leaves the sandbox gated on your approval.
AI-powered cloud IDE that builds full apps
AI full-stack app builder in the browser
AI coding environment that turns AI-generated code into production code 2x faster with interactive walkthrough reviews for multi-file changes.
Open-source TUI-based Rust programming assistant with no shell access, providing a safer sandboxed environment for AI-assisted coding.
Free CLI coding agent powered by ads, a free alternative to Claude Code, Codex, Cursor and Lovable.
An open-source tool giving AI coding agents persistent workspace volumes that survive process exits, with local SQLite and cloud Redis+S3 backends.
Selvedge is a local MCP server that gives AI coding agents a durable memory of why code changed. As Claude Code, Cursor, or Copilot work, Selvedge logs the reasoning behind every edit β captured live, in the same context that produced it β and stores it in a SQLite file next to your code. Instead of guessing from a generated commit message months later, you can run `selvedge blame payments.amount` and see the original intent.
cap'n hook (capn-hook) is a lightweight, local-first memory tool for coding agents. The problem it solves is simple: agents forget everything when a session ends, so they re-explore the same codebase mysteries every time. capn lets an agent save the files that answer a question the moment it figures them out, then recall them with a single command next session β skipping the rediscovery. The clever part is cache-busting: each saved answer is fingerprinted with the sha256 of its backing files, and the moment a file changes or disappears, that memory is automatically deleted. You never get a stale answer. It installs as a SessionStart hook for Claude Code and Codex (no wrapper, no middleware), stores human-readable Markdown entries in a local, gitignored .capn/ directory, and works agent-agnostically via its CLI. In a benchmark across 60 real developer questions on 5 production codebases, agents using capn recalled answers with 77% fewer tokens than cold exploration at equal correctness.
Reame is a lean, fully-tested LLM inference server built on llama.cpp and designed for the hardware you already have β shared vCPUs, free-tier instances, even 2-core ARM boxes. Its core thesis: on a CPU, never compute the same thing twice. It caches prompts, prefixes, and past generations to disk (zstd + LRU), so the 100th request costs a fraction of the first. It exposes an OpenAI-compatible REST API (/v1/completions, /v1/chat/completions, SSE streaming, sessions, bearer auth, metrics) and runs a single model per process, CPU-only. Distinguished extras include persistent prefix KV caching, a generation archive (Palimpsest) that drafts repeat answers for free, self-regulating speculative decoding, and the Conclave (--best-of N consensus voting). It's free, MIT-licensed, and self-hosted β but deliberately focused: no GPU offload, no training, no model-management UX. Best for narrow, repetitive workloads (document extraction, batch pipelines, private code completion) rather than a general ChatGPT replacement.
Routing layer for coding agents that routes every subagent call to the best model for quality, speed, and cost β connects to Claude Code and other coding agents.
Autonomous AI employees with skills, goals, and CLI that work inside your existing tools and proactively initiate work.
Local secret-egress firewall for AI coding assistants (Claude Code/Cursor/aider) that scans and redacts secrets before anything leaves the machine.
Fast, free, open-source technical SEO + GEO crawler built for humans and agents, with CLI, MCP server, and desktop app.
Pluggable CLI filter that strips noise from command output to save up to 91.8% of LLM tokens for AI coding agents
Open-source tool that prevents AI coding agents from cheating in benchmarks via kernel-level sandbox isolation and ed25519 cryptographic signing.
Provider-agnostic toolkit: dynamic MCP servers plus agent skills for any LLM, enabling multi-agent collaboration
Open-source CLI tool that uses LLM skills to generate hands-on multi-part technical tutorials with a local Web UI for learning by doing
A unified MCP operating-system layer providing directory-scoped routing, persistent workers, task management, browser control, and cross-framework agent dispatch.
Visual workspace for AI agents and teams β give Claude Code, Codex, Cursor and other agents a shared infinite canvas where plans, apps, and diagrams become real, running code. Built on Unix principles with MCP-native agent integration.
Orchestrator is a local CLI + agent skill that lets you run and supervise many coding agents from a single interface. You speak in models and outcomes β 'use Fable for the UI, GPT-5.6 Sol for implementation, Grok for fixes, run in parallel, then have Opus review' β and Orchestrator launches and monitors each worker agent (Codex, Claude Code, Copilot CLI, Grok Build, Pi) in the background. It is not a harness; it runs inside the harness you already use.
agent-run is a tiny (under 1 MB) standalone binary that runs coding agents β pi, opencode, codex, or claude β inside a Bubblewrap (bwrap) sandbox. Its purpose is to let an agent operate freely inside your project without being able to touch anything outside it: the host filesystem is mounted read-only by default, and only paths you explicitly allow become read-write. It's built for catching agent mistakes, not malicious code β if an agent tries to delete your home directory or exfiltrate a file, the sandbox contains it. Configuration is a simple TOML file with per-tool sections (tools.claude, tools.codex, β¦) controlling env inheritance, network access, and mounts. The bwrap binary is compiled for the target platform and embedded directly into agent-run, then exec'd at runtime via a memfd, so there's no separate dependency to install. It currently supports aarch64 and x86_64 Linux and depends on unprivileged user namespaces.
An AI platform that makes batch changes across microservices from a natural-language description, generating PRs with CI validation and auto-fixes.
A multi-agent protocol from Hexo Labs that pairs a tool-using AI Scientist with a question-only advisor (Socrates). The advisor can never give answers, issue directives, or use tools β it can only ask clarifying questions and must approve every experiment plan via an [APPROVED] gate before execution. Published at COLM 2026, the protocol improves Kaggle test scores by +55.9% on average across five MLE-bench tasks compared to the same agent running solo.
An MCP server that gives AI models 144 Linux desktop interaction tools combining visual screenshots, AT-SPI semantic UI understanding, and D-Bus system control.
Our #1 pick is Cursor (4.8/5), followed by Lobsteady (4.7/5). Rankings are based on hands-on testing across features, pricing, and real-world performance.
Every tool is scored on a 5-point scale across features, ease of use, pricing & value, reliability, and integrations. We re-test monthly so rankings stay current.