Awesome MCPSoftware Development

juehang/vscode-mcp-server

⭐ 393 TypeScript added to this list on 2025-05-06 repository created 2025-04-21

The project "vscode-mcp-server" is a Visual Studio Code extension that implements a Model Context Protocol (MCP) server. This server exposes VS Code's editing and filesystem features to AI models and MCP clients, enabling enhanced AI-assisted coding workflows. The extension allows AI assistants like Claude and other MCP clients to interact directly with the VS Code workspace, leveraging built-in capabilities such as symbol search, document outlines, and file management without duplicating existing tools. It supports a variety of MCP tools including file listing, reading file contents, searching for symbols, getting symbol definitions and hover information, creating new files, replacing lines in files, checking diagnostics for errors and warnings, and executing shell commands within the integrated terminal. The server runs locally on a configurable port and handles MCP protocol requests via HTTP, providing a status bar indicator in VS Code to toggle the server on or off. The extension is designed to improve context efficiency for AI coding agents by allowing them to explore and modify codebases more effectively using VS Code's native features. It also includes security considerations due to the ability to execute shell commands, advising users to trust the MCP clients and secure the server port. The project is inspired by Serena but uses VS Code's built-in capabilities and the streamable HTTP API. It is available on the Visual Studio Marketplace and can be integrated with Claude Desktop for enhanced AI coding workflows. The README provides detailed usage instructions, configuration examples, and best practices for AI-assisted code exploration and editing workflows, emphasizing careful planning, error handling, and approval processes for code modifications.

https://github.com/juehang/vscode-mcp-server

ai-assistantsai-assisted-codingai-codingai-coding-workflowsai-modelsclaude-integrationcode-editingcode-explorationcode-modificationcode-quality-checkscodebase-explorationdiagnosticsdocument-outlinesfile-creationfile-listingfile-managementfile-readingfilesystem-featureshttp-apiline-replacementlocal-servermcp-clientsmcp-servermcp-toolsmodel-context-protocolsecurity-considerationsshell-command-executionsymbol-definitionssymbol-searchvisual-studio-codevisual-studio-code-extensionvs-code-extensionvs-code-workspaceworkspaceedit-api

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...