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"

Related MCP server: Python MCP Custom Server

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
F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    6
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Extends 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.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    104
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables advanced file system operations such as file read/write, directory management, search, archiving, and file watching through natural language.
    16
    11
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

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