VS Code + GPT Bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VS Code + GPT Bridgeread the main.py file in my current project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server - VS Code + GPT Bridge
Setup
Install Dependencies:
cd mcp
pip install -r requirements.txtGPT Desktop mein Add karo:
Windows:
File Explorer mein jao:
%APPDATA%\OpenAI\ChatGPT\config.jsonfile banao (agar nahi hai)Ye paste karo:
{
"mcpServers": {
"vscode-mcp": {
"command": "python",
"args": ["c:\\Users\\DEV\\UE5\\mcp\\server.py"]
}
}
}GPT Desktop restart karo
Test karo: GPT se bolo: "List files in c:\Users\DEV\UE5"
Related MCP server: notion-local-ops-mcp
Available Tools
File Operations
read_file- File read karowrite_file- File create/write karoedit_file- Specific lines edit karodelete_file- File delete karolist_directory- Directory list karosearch_files- Files search karocreate_directory- Directory banao
Command Operations
run_command- Shell commands run karogit_status- Git status check karo
Usage Example
GPT Desktop mein directly bolo:
"Read the file c:\Users\DEV\UE5\test.py"
"Create a new file hello.py with hello world code"
"List all files in c:\Users\DEV\UE5"
"Run command 'dir' in my workspace"
API Endpoints
GET /- Server statusGET /tools- Available tools listPOST /execute- Execute tool
Test karo:
curl http://localhost:8000/toolsThis server cannot be deployed
Maintenance
Related MCP Connectors
Manage files and folders directly from your workspace. Read and write files, list directories, cre…
Access the GitHub API, enabling file operations, repository management, search functionality, and…
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Read and write KukGit repositories, files, issues and pull requests from an AI assistant.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides Claude Desktop with direct access to your local file system for development tasks, enabling file operations (read, write, edit), directory browsing, command execution, and codebase search within a configured projects directory.6MIT
- AlicenseNot gradedqualityCmaintenanceEnables Notion AI to interact with local files, execute shell commands, and delegate complex tasks to local AI agents. Provides file operations, command execution, and task delegation capabilities for local workspace management.110MIT
- FlicenseNot gradedqualityDmaintenanceEnables file operations, text processing, math utilities, and directory management through natural language for local development.-
- FlicenseNot gradedqualityBmaintenanceEnables Claude Desktop or other MCP clients to execute shell commands, read/write files, and list directories on the local machine. Includes basic safety guardrails to block obviously destructive operations.-