A MCP Server that allows AI (such as Claude) to interact with the directory structure, problems, and code files in a VS Code workspace.
Loading more......
An AI-powered development toolkit MCP server for Cursor, providing intelligent coding assistance, UI screenshot analysis, and code review tools.
MCP server for IDA Pro, enabling AI-assisted binary analysis, decompilation, and malware report generation via MCP integrations.
An MCP server and VS Code Extension that enables automatic debugging via breakpoints and expression evaluation across languages. It allows any LLM (e.g., Claude) to interactively debug any programming language via MCP and a VS Code Extension, providing debugging capabilities through the Model Context Protocol.
Cherry Studio is a code editor that now supports MCP servers, enabling enhanced development workflows directly with Model Context Protocol integration. The release v1.1.1 introduces this support.
An MCP server that implements Claude Code-like functionality, allowing AI-driven analysis of codebases, file modification, command execution, and project management directly through file system interactions. A notable solution for code-focused MCP servers.
A desktop application that acts as an MCP host, allowing users to connect and interact with various MCP servers. Essential for testing and using MCP servers, making it highly relevant for the Awesome MCP Servers ecosystem.
A Visual Studio Code extension that acts as a Model Context Protocol (MCP) server, exposing VS Code's editing and filesystem features to AI models and other MCP clients.
Source: GitHub Repository
list_files_code: List files and directories in the workspace.read_file_code: Read the contents of files.create_file_code: Create new files via VS Code's WorkspaceEdit API.replace_lines_code: Replace specific lines in a file.get_diagnostics_code: Check for warnings and errors in the workspace.search_symbols_code: Search for symbols across the workspace.get_symbol_definition_code: Get definition information for a symbol in a file.execute_shell_command_code: Execute shell commands in the VS Code integrated terminal with shell integration.MIT
No pricing information found; the extension is open source and available under the MIT License.