VS Code + GPT Bridge
Click on "Install 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: Python MCP Custom Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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
- FlicenseNot gradedqualityNot gradedmaintenanceExtends Claude Desktop with custom tools for file management, system operations, and command execution. Supports creating/reading/deleting files, directory listing, system information retrieval, and file searching capabilities.
- AlicenseNot gradedqualityBmaintenanceEnables 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.104MIT
- AlicenseAqualityCmaintenanceEnables advanced file system operations such as file read/write, directory management, search, archiving, and file watching through natural language.16112MIT
Related MCP Connectors
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ndyadav8797-art/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server