Westfield Spring Boot Standards MCP Server
Serves Spring Boot development standards, providing resources for package structure, controller patterns, service patterns, DTOs, error handling, observability, resilience, and testing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Westfield Spring Boot Standards MCP ServerWhat are the Spring Boot standards for controllers?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Westfield Spring Boot Standards - MCP Server
MCP server that serves Spring Boot development standards to Claude Code.
Quick Start
uv sync
uv run context_server.py --transport sseSSE Endpoint: http://localhost:8000/sse
Related MCP server: MCP DevTools Server
Docker Deployment
docker build -t westfield-springboot-standards .
docker run -p 8000:8000 westfield-springboot-standardsDeveloper 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 |
| MCP SSE endpoint for Claude Code |
| Health check for Kubernetes probes |
Kubernetes Deployment
livenessProbe:
httpGet:
path: /health
port: 8000
readinessProbe:
httpGet:
path: /health
port: 8000Gravitee 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 |
| Condensed guide for new developers |
Core Standards
Resource | Description |
| Main instructions (intro.md) |
| Package structure guide |
| REST controller patterns |
| Service layer patterns |
| DTO patterns |
| External API integration |
Enterprise Standards
Resource | Description |
| Tracing, metrics, logging |
| Error responses |
| Caching, pooling, async |
Resilience (full or focused)
Resource | Description |
| Full resilience guide |
| Circuit breaker patterns |
| Retry patterns |
| Bulkhead isolation |
Testing (full or focused)
Resource | Description |
| Full testing guide |
| Unit test patterns |
| WireMock, TestContainers |
| Pact contract testing |
Tools
list_standards()- List all available standardssearch_standards(query)- Search for a keywordget_quick_reference()- Quick reference card
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables persistent memory, structured thinking sessions, and project-based knowledge management for Claude. It includes specialized coding tools for package discovery and reinvention prevention by validating code against existing libraries and APIs.Last updated173
- AlicenseBqualityCmaintenanceAn MCP server that standardizes and binds development tool patterns, enabling AI assistants like Claude Code to generate code more efficiently with fewer errors and better autocorrection.Last updated71405Apache 2.0
- Flicense-qualityDmaintenanceAn MCP server that lets Claude manage long-running development processes across frameworks like Flutter, Next.js, Spring Boot, and Vite, with lifecycle control, log streaming, and hot reload support.Last updated1
- Alicense-qualityDmaintenanceThis MCP server provides access to resources and prompts from GitHub repositories or the local filesystem, enabling teams to share coding standards, documentation, and reusable prompts with AI tools like Claude.Last updated3071MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inso1234/mcp-springboot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server