aditya-technophile-06/VS-CODE_MCP-SERVER
If you are the rightful owner of VS-CODE_MCP-SERVER and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A comprehensive Model Context Protocol (MCP) server designed to provide AI assistants with powerful VS Code integration capabilities.
Tools
Functions exposed to the LLM to take actions
list_files_code
List files and directories with optional recursive listing.
read_file_code
Read file contents with encoding and line range options.
create_file_code
Create new files with overwrite protection.
delete_file_code
Delete files and directories with recursive options.
copy_file_code
Copy files and directories to new locations.
move_file_code
Move or rename files and directories.
create_directory_code
Create directories with recursive parent creation.
search_files_code
Search for text patterns across files with regex support.
replace_lines_code
Replace specific lines with content validation.
insert_lines_code
Insert content at specific line positions.
delete_lines_code
Delete specific line ranges from files.
append_to_file_code
Append content to file end.
prepend_to_file_code
Prepend content to file beginning.
find_and_replace_code
Advanced find/replace with regex support.
execute_shell_command_code
Execute shell commands with timeout control.
execute_streaming_command_code
Execute commands with real-time output streaming.
kill_process_code
Kill processes by PID or name.
list_processes_code
List running processes with filtering.
kill_all_processes_code
Kill multiple processes matching patterns.
check_command_code
Check command availability on system.
get_system_info_code
Get comprehensive system information.
run_script_code
Execute script files with appropriate interpreters.
analyze_project
Analyze project structure and provide insights.
get_project_stats
Get detailed codebase statistics.
find_dependencies
Discover and analyze project dependencies.
search_symbols_code
Search for symbols across workspace with fuzzy matching.
get_symbol_definition_code
Get symbol definitions with type information.
get_document_symbols_code
Get hierarchical symbol outline for files.
get_diagnostics_code
Analyze code for errors and warnings.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client