> ## Documentation Index
> Fetch the complete documentation index at: https://springaicommunity.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Spring AI Community

> Creating an easy path for people to contribute Spring AI related projects

## Recent Releases

<div style={{display: 'grid', gridTemplateColumns: 'repeat(2, 1fr)', gap: '1rem'}}>
  <div style={{borderLeft: '3px solid #22C55E', paddingLeft: '0.75rem'}}>
    <div style={{fontWeight: 'bold', fontSize: '0.95rem'}}>Spring AI Agent Utils 0.6.0</div>
    <div style={{fontSize: '0.8rem', color: '#666', margin: '0.25rem 0'}}>A2A protocol subagents, BOM for version management</div>
    <div style={{fontSize: '0.75rem'}}>Mar 2026 · <a href="/projects/incubating/spring-ai-agent-utils">View →</a></div>
  </div>

  <div style={{borderLeft: '3px solid #22C55E', paddingLeft: '0.75rem'}}>
    <div style={{fontWeight: 'bold', fontSize: '0.95rem'}}>Tool Search Tool 2.1.0</div>
    <div style={{fontSize: '0.8rem', color: '#666', margin: '0.25rem 0'}}>Spring AI 2.x / Boot 4 support with Lucene, vector, and regex searchers</div>
    <div style={{fontSize: '0.75rem'}}>Mar 2026 · <a href="/projects/incubating/spring-ai-tool-search-tool">View →</a></div>
  </div>
</div>

## Latest from the Blog

<CardGroup cols={3}>
  <Card title="Agent Skills" icon="wand-magic-sparkles" href="/blog/agents/agent-skills">
    Modular, reusable capabilities for Spring AI agents
  </Card>

  <Card title="MCP Boot Starters" icon="plug" href="/blog/mcp/mcp-intro">
    Connect your AI to everything with Spring AI's MCP support
  </Card>

  <Card title="All Blog Posts" icon="newspaper" href="/blog/index">
    45 posts on agents, MCP, tools, model providers, and more
  </Card>
</CardGroup>

***

## Our Mission

The main goal of the Spring AI Community GitHub organization is to create an easy path for people to contribute Spring AI related projects. The need for this organization stems from the Spring AI project receiving many pull requests for additional features and functionality that the core team can't easily maintain or nurture.

By creating this GitHub organization, we hope that an ecosystem of community-driven projects can develop to fill this gap. Having a known 'hub' for Spring AI related projects will help foster discovery and encourage more features and projects to be developed.

<CardGroup cols={3}>
  <Card title="Known Hub" icon="compass">
    A central location for discovering Spring AI integrations and extensions
  </Card>

  <Card title="Easy Contribution" icon="code-branch">
    Clear process for proposing and contributing new projects
  </Card>

  <Card title="Community Driven" icon="users">
    Projects maintained by the community, for the community
  </Card>
</CardGroup>

***

## Our Projects

### Featured Projects

<CardGroup cols={2}>
  <Card title="Spring AI Bedrock AgentCore" icon="aws" href="/projects/incubating/spring-ai-bedrock-agentcore">
    Deploy Spring AI agents to the Amazon Bedrock AgentCore managed runtime
  </Card>

  <Card title="Spring AI Agent Utils" icon="toolbox" href="/projects/incubating/spring-ai-agent-utils">
    Claude Code-inspired tools and agent skills for Spring AI
  </Card>

  <Card title="Spring AI Tool Search Tool" icon="magnifying-glass" href="/projects/incubating/spring-ai-tool-search-tool">
    Dynamic tool discovery with 80-90% token savings
  </Card>

  <Card title="Spring AI Playground" icon="window" href="/projects/incubating/spring-ai-playground">
    Self-hosted web UI for AI experimentation and testing
  </Card>
</CardGroup>

<Card title="View all projects" icon="grid" href="/projects/index" horizontal>
  Explore our complete catalog of community projects
</Card>

***

## Get Started

<CardGroup cols={3}>
  <Card title="Propose a Project" icon="lightbulb" href="https://github.com/spring-ai-community/community/issues/new?template=application.yml">
    Have an idea for a Spring AI integration? Submit a project proposal
  </Card>

  <Card title="Learn About Governance" icon="book-open" href="/community/governance">
    Understand our lightweight governance model and meet the community leads
  </Card>

  <Card title="Project Requirements" icon="clipboard-check" href="/community/project-guide">
    Review the requirements and process for creating a project
  </Card>
</CardGroup>
