Minimal template để tạo MCP (Model Context Protocol) server trên Spring Boot ecosystem, sẵn sàng deploy trên Kubernetes.
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-sample-server": {
"command": "npx",
"args": [
"-y",
"noopworks/mcp-sample-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-sample-server npx -y noopworks/mcp-sample-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sample-server": {
"command": "npx",
"args": [
"-y",
"noopworks/mcp-sample-server"
]
}
}
}