★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_server_demo": {
"command": "npx",
"args": [
"-y",
"Prateek-web-boot/MCP_Server_Demo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp_server_demo npx -y Prateek-web-boot/MCP_Server_Demo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_server_demo": {
"command": "npx",
"args": [
"-y",
"Prateek-web-boot/MCP_Server_Demo"
]
}
}
}
📋 Copy