Skip to content

How-to Guides

Task-oriented guides for specific use cases.

Available Guides

Authentication and Security

Guide Description
Authentication Add OAuth, JWT, or API key authentication
Multi-Tenant Setup Isolate data by tenant or organization
Audit Logging Implement compliance audit logging

Performance and Operations

Guide Description
Rate Limiting Control request rates and resource usage
Custom Middleware Write middleware for cross-cutting concerns

Development

Guide Description
Testing Test your MCP server implementation

Guide Format

Each guide follows this structure:

  1. Goal: What you will accomplish
  2. Prerequisites: What you need before starting
  3. Steps: Concrete implementation steps
  4. Verification: How to confirm it works
  5. Troubleshooting: Common issues and solutions

Difference from Tutorials

Tutorials teach concepts through step-by-step learning.

Guides solve specific problems for users who already understand the basics.

If you are new to mcp-datahub, start with the Tutorials first.