You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -495,68 +436,26 @@ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250806-a1b2
495
436
496
437
**Configuration:** The Docker images support all environment variables listed in the [Configuration](#configuration) section. For production deployments, you'll need to configure the database connection and other settings via environment variables.
497
438
498
-
### Command Line Flags
499
-
500
-
Command line flags take precedence over environment variables:
501
-
502
-
| Flag | Description | Environment Variable |
503
-
|------|-------------|---------------------|
504
-
|`--seed-file-path`| Path or URL to import seed file |`MCP_REGISTRY_SEED_FILE_PATH`|
505
-
506
-
## Registry Composability
507
-
508
-
The MCP Registry supports composability through seed data export/import functionality, enabling registry instances to share data with each other via HTTP endpoints.
509
-
510
-
### Use Cases
511
-
512
-
1.**Distributed Registries**: Set up multiple registry instances that share a common dataset
513
-
2.**Registry Synchronization**: Import data from a central registry to local instances
514
-
3.**Development Environments**: Import production data to development instances
515
-
4.**Registry Migration**: Move data between different registry deployments
516
-
517
-
### Export Seed Data
518
-
519
-
Any registry instance can export its complete dataset:
0 commit comments