Skip to main content
Glama
ndyadav8797-art

VS Code + GPT Bridge

MCP Server - VS Code + GPT Bridge

Setup

  1. Install Dependencies:

cd mcp
pip install -r requirements.txt
  1. GPT Desktop mein Add karo:

Windows:

  • File Explorer mein jao: %APPDATA%\OpenAI\ChatGPT\

  • config.json file banao (agar nahi hai)

  • Ye paste karo:

{
  "mcpServers": {
    "vscode-mcp": {
      "command": "python",
      "args": ["c:\\Users\\DEV\\UE5\\mcp\\server.py"]
    }
  }
}
  1. GPT Desktop restart karo

  2. Test karo: GPT se bolo: "List files in c:\Users\DEV\UE5"

Available Tools

File Operations

  • read_file - File read karo

  • write_file - File create/write karo

  • edit_file - Specific lines edit karo

  • delete_file - File delete karo

  • list_directory - Directory list karo

  • search_files - Files search karo

  • create_directory - Directory banao

Command Operations

  • run_command - Shell commands run karo

  • git_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 status

  • GET /tools - Available tools list

  • POST /execute - Execute tool

Test karo:

curl http://localhost:8000/tools
-
security - not tested
F
license - not found
-
quality - not tested

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