cline/cline
Cline is an autonomous AI coding assistant integrated into IDEs that uses the Model Context Protocol to safely create and edit files, execute terminal commands, and interact with web applications with user approval at every step.
Awesome MCP › IDE Extensions & Code Assistants
Code Assistant is an open-source AI coding agent written in Rust. It runs an autonomous agent loop over a codebase, reading, searching and editing files and running commands, while surfacing to the user what the model actually did. It has four operating modes selected on the command line: a native GUI built on Zed GPUI, a terminal interface, an ACP agent for editors such as Zed, and a headless MCP server intended for MCP clients like Claude Desktop, configured through an mcpServers entry that runs the binary with the server argument. It is also an MCP client, so external Model Context Protocol servers can be plugged in and their tools used inside the agent loop, and the in-app settings screen manages those MCP servers alongside providers, models and skills. Several design choices are highlighted. The UI shows which tools ran and what each returned as context rather than a summary count. Format-on-save handling runs the project formatter and reconciles the model edits with the formatted result, avoiding stale file views and wasted re-reads. File encoding, BOM and line endings are preserved on write. Word, Excel, PowerPoint and PDF documents are converted to Markdown so the agent can read them alongside source. Other features include many LLM providers (Anthropic, OpenAI, Google Vertex AI, Ollama, OpenRouter, SAP AI Core, Groq, Cerebras, Mistral and more), adaptive tool syntax choosing native function calling, XML tags or triple-caret blocks per session, streaming with filtering that blocks unsafe tool sequences, per-project sessions with branching and persistent state, sub-agents, permission tiers, a command sandbox, automatic context compaction, browser sessions with a human-in-the-loop login handoff, reusable skills, and auto-loading of AGENTS.md or CLAUDE.md. Prebuilt binaries exist for macOS, Linux and Windows.
https://github.com/stippi/code-assistant
Cline is an autonomous AI coding assistant integrated into IDEs that uses the Model Context Protocol to safely create and edit files, execute terminal commands, and interact with web applications with user approval at every step.
21st-dev/magic-mcp is an AI-driven Magic Component Platform server that enables developers to create modern UI components instantly through natural language commands within popular IDEs using the Model Context Protocol.
OpenSumi is a framework that enables rapid development of AI Native IDE products by acting as an MCP client supporting Model Context Protocol tools through an MCP server.
MCP Unity is an implementation of the Model Context Protocol that integrates the Unity Editor with AI model clients, enabling AI-driven interactions and automation within Unity projects.
MCP Hub is a Neovim plugin that integrates and manages MCP servers, providing centralized configuration, interactive testing, and deep integration with chat plugins to enhance LLM workflows.
codemcp is an AI-powered coding assistant that integrates with Claude Desktop via the Model Context Protocol to enable direct codebase editing, testing, and version-controlled changes for efficient pair programming.
PaperDebugger is an AI-powered academic writing assistant that integrates with Overleaf using a custom MCP-based orchestration engine to provide multi-step reasoning, reviewer-style critique, and structured revision for research papers.
Nx Console is a user interface tool for Nx and Lerna monorepos that enhances developer productivity with visual workflows, AI-powered context via an MCP server, and deep integration with popular code editors.