MCP Coding Server Demo with Claude AI
Esperimento di sviluppo Java EE automatizzato con Claude + MCP
Overview
This project demonstrates the integration of Claude AI into a development workflow using the Model Context Protocol (MCP), showcasing how AI can be effectively utilized in software development processes. It includes an MCP integration server and a practical demonstration through a Todo List application.
To use this project, set up the MCP integration server and run the Todo List application. Ensure you have the prerequisites installed, including Java, MySQL, Maven, and Git.
- Structured context management for maintaining project context across conversations. - Intelligent prompting system with template-based management and context-aware responses. - Development integration with Git and file system management.
- Assisting developers in managing project context during software development.
- Providing intelligent prompts and responses to enhance coding efficiency.
- Demonstrating AI-assisted development through a practical Todo List application.
Add to your AI client
Use these steps to connect MCP Coding Server Demo with Claude AI in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-coding-server-demo-app-lamemind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-coding-server-demo-app-lamemind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-coding-server-demo-app-lamemind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-coding-server-demo-app-lamemind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-coding-server-demo-app-lamemind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-coding-server-demo-app-lamemind": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-coding-server-demo-app-lamemind"
]
}
}
}FAQ
What technologies are used in this project?
The project uses Java EE, Quarkus, MySQL, and Maven.
Is there documentation available?
Documentation is coming soon.
What is the license for this project?
This project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1007,"uuid":"f35ee30e-bde1-467a-9b55-9ddc10d843b9","name":"mcp-coding-server-demo-app","title":"MCP Coding Server Demo with Claude AI","description":"Esperimento di sviluppo Java EE automatizzato con Claude + MCP","avatar_url":"https://avatars.githubusercontent.com/u/2404135?v=4","created_at":"2025-01-28T02:26:18.088Z","updated_at":"2025-02-23T07:19:43.977Z","status":"created","author_name":"lamemind","author_avatar_url":"https://avatars.githubusercontent.com/u/2404135?v=4","tags":"mcp,coding,server,demo,claude,ai","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/lamemind/mcp-coding-server-demo-app","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]