Skip to main content
Glama
inso1234

Westfield Spring Boot Standards MCP Server

by inso1234

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 sse

SSE 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-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/ssehttp://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 standards

  • search_standards(query) - Search for a keyword

  • get_quick_reference() - Quick reference card

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    An 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 updated
    17
    3
  • F
    license
    -
    quality
    D
    maintenance
    An 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 updated
    1
  • A
    license
    -
    quality
    D
    maintenance
    This 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 updated
    307
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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