Secure Infrastructure
Production-ready OIDC/OAuth 2.0 authentication with JWT validation and JWKS caching
OIDC/OAuth 2.0 authentication framework for Claude Desktop and Claude Code
Seed is a Model Context Protocol (MCP) server with enterprise-grade authentication. It provides:
This documentation is organized into three main sections:
Core server infrastructure, authentication, and deployment:
Start here if you're: Setting up the server, configuring OIDC, deploying to production
Custom MCP tools that extend Claude's capabilities:
Start here if you're: Adding functionality, building integrations, extending capabilities
Reusable prompt templates for common workflows:
Start here if you're: Building workflows, creating templates, standardizing interactions
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your OIDC provider settings
# Run in development mode
npm run devSeed is designed as a foundation for specialized MCP servers:
/tools/ directory/prompts/ directorySee Contributing for details.