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"
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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