@@ -15,11 +15,11 @@ It is designed to help organizations connect MCP servers from the [Docker MCP Ca
1515By unifying multiple MCP servers into a single, secure endpoint, the MCP Gateway offers
1616the following benefits:
1717
18- - Secure by Default : MCP servers run in isolated Docker containers with restricted
18+ - Secure by default : MCP servers run in isolated Docker containers with restricted
1919 privileges, network access, and resource usage.
20- - Unified Management : One gateway endpoint centralizes configuration, credentials,
20+ - Unified management : One gateway endpoint centralizes configuration, credentials,
2121 and access control for all MCP servers.
22- - Enterprise Observability : Built-in monitoring, logging, and filtering tools ensure
22+ - Enterprise observability : Built-in monitoring, logging, and filtering tools ensure
2323 full visibility and governance of AI tool activity.
2424
2525## Who is the MCP Gateway designed for?
@@ -28,18 +28,18 @@ The MCP Gateway solves problems encountered by various groups:
2828
2929- Developers: Deploy MCP servers locally and in production using Docker Compose,
3030 with built-in support for protocol handling, credential management, and security policies.
31- - Security Teams : Achieve enterprise-grade isolation and visibility into AI tool
31+ - Security teams : Achieve enterprise-grade isolation and visibility into AI tool
3232 behavior and access patterns.
3333- Operators: Scale effortlessly from local development environments to production
3434 infrastructure with consistent, low-touch operations.
3535
3636## Key features
3737
38- - Server Management : List, inspect, and call MCP tools, resoures and prompts from multiple servers
39- - Container-based Servers : Run MCP servers as Docker containers with proper isolation
40- - Secrets Management : Secure handling of API keys and credentials via Docker Desktop
41- - Server Catalog : Manage and configure multiple MCP catalogs
42- - Dynamic Discovery and Reloading : Automatic tool, prompt, and resource discovery from running servers
38+ - Server management : List, inspect, and call MCP tools, resources and prompts from multiple servers
39+ - Container-based servers : Run MCP servers as Docker containers with proper isolation
40+ - Secrets management : Secure handling of API keys and credentials via Docker Desktop
41+ - Server catalog : Manage and configure multiple MCP catalogs
42+ - Dynamic discovery and reloading : Automatic tool, prompt, and resource discovery from running servers
4343- Monitoring: Built-in logging and call tracing capabilities
4444
4545## Install the MCP Gateway
@@ -53,7 +53,7 @@ The MCP Gateway solves problems encountered by various groups:
5353
5454> [ !IMPORTANT]
5555> These instructions are mostly suitable for testing purposes.
56- > We otherwise recommend building from the sources. See the [ readme ] ( https://github.com/docker/mcp-gateway?tab=readme-ov-file#installation ) .
56+ > We otherwise recommend building from the sources. See the [ README ] ( https://github.com/docker/mcp-gateway?tab=readme-ov-file#installation ) .
5757
5858You can download the latest binary from the [ GitHub releases page] ( https://github.com/docker/mcp-gateway/releases/latest ) .
5959
@@ -65,7 +65,7 @@ Rename the relevant binary and copy it to the destination matching your OS:
6565| macOS | ` docker-mcp ` | ` $HOME/.docker/cli-plugins ` |
6666| Windows | ` docker-mcp.exe ` | ` %USERPROFILE%\.docker\cli-plugins ` |
6767
68- Or copy it into one of these folders for installing it system-wide.
68+ Or copy it into one of these folders for installing it system-wide:
6969
7070
7171{{< tabs group="" >}}
0 commit comments