Westfield Spring Boot Standards Server
БесплатноНе проверенMCP server that serves Spring Boot development standards to Claude Code, providing resources and tools for controllers, services, resilience, testing, and more.
Описание
MCP server that serves Spring Boot development standards to Claude Code, providing resources and tools for controllers, services, resilience, testing, and more.
README
MCP server that serves Spring Boot development standards to Claude Code.
Quick Start
uv sync
uv run context_server.py --transport sse
SSE Endpoint: http://localhost:8000/sse
Docker Deployment
docker build -t westfield-springboot-standards .
docker run -p 8000:8000 westfield-springboot-standards
Developer Configuration
Add .mcp.json to your project:
Local:
{
"mcpServers": {
"westfield-standards": {
"url": "http://localhost:8000/sse"
}
}
}
Behind Gravitee:
{
"mcpServers": {
"westfield-standards": {
"url": "https://api.yourcompany.com/mcp/springboot/sse"
}
}
}
Endpoints
| Path | Purpose |
|---|---|
/sse |
MCP SSE endpoint for Claude Code |
/health |
Health check for Kubernetes probes |
Kubernetes Deployment
livenessProbe:
httpGet:
path: /health
port: 8000
readinessProbe:
httpGet:
path: /health
port: 8000
Gravitee Gateway Setup
Route /mcp/springboot/sse → http://backend:8000/sse
Important: Configure for SSE (Server-Sent Events):
- Disable request timeout or set very high
- Disable response buffering
- Enable keep-alive
Available Resources
Quick Start
| Resource | Description |
|---|---|
standards://getting-started |
Condensed guide for new developers |
Core Standards
| Resource | Description |
|---|---|
standards://main |
Main instructions (intro.md) |
standards://intro |
Package structure guide |
standards://controller |
REST controller patterns |
standards://service |
Service layer patterns |
standards://dto |
DTO patterns |
standards://restclient |
External API integration |
Enterprise Standards
| Resource | Description |
|---|---|
standards://observability |
Tracing, metrics, logging |
standards://error-handling |
Error responses |
standards://performance |
Caching, pooling, async |
Resilience (full or focused)
| Resource | Description |
|---|---|
standards://resilience |
Full resilience guide |
standards://resilience-circuitbreaker |
Circuit breaker patterns |
standards://resilience-retry |
Retry patterns |
standards://resilience-bulkhead |
Bulkhead isolation |
Testing (full or focused)
| Resource | Description |
|---|---|
standards://testing |
Full testing guide |
standards://testing-unit |
Unit test patterns |
standards://testing-integration |
WireMock, TestContainers |
standards://testing-contract |
Pact contract testing |
Tools
list_standards()- List all available standardssearch_standards(query)- Search for a keywordget_quick_reference()- Quick reference card
Установить Westfield Spring Boot Standards Server в Claude Desktop, Claude Code, Cursor
unyly install westfield-spring-boot-standards-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add westfield-spring-boot-standards-mcp-server -- uvx --from git+https://github.com/inso1234/mcp-springboot westfield-claude-contextПошаговые гайды: как установить Westfield Spring Boot Standards Server
FAQ
Westfield Spring Boot Standards Server MCP бесплатный?
Да, Westfield Spring Boot Standards Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Westfield Spring Boot Standards Server?
Нет, Westfield Spring Boot Standards Server работает без API-ключей и переменных окружения.
Westfield Spring Boot Standards Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Westfield Spring Boot Standards Server в Claude Desktop, Claude Code или Cursor?
Открой Westfield Spring Boot Standards Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Westfield Spring Boot Standards Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
