MCP_Server_Demo

Prateek-web-boot/MCP_Server_Demo
★ 1 stars Java 📁 File System Updated 18d ago
This is a demo MCP project integrated with a File System MCP Server & Git MCP which can (add, update, read, Delete) the file into you local system and give you git repo info
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_demo": {
      "command": "npx",
      "args": [
        "-y",
        "Prateek-web-boot/MCP_Server_Demo"
      ]
    }
  }
}