Content
# mcp
A collection of MCP servers.
[](./LICENSE)
## Servers
| Directory | Image | Description |
| --------- | ----- | ----------- |
| [`bench/`](./bench/) | [](https://ghcr.io/rthomazel/mcp/bench) | Give your AI agent a real workbench — shell, file editing, background jobs, environment discovery, all inside Docker. |
| [`keys/`](./keys/) | [](https://ghcr.io/rthomazel/mcp/keys) | Configuration-driven MCP server that holds API credentials and exposes authenticated HTTP tools — secret values are injected server-side, never surfaced to the model. |
| [`postgres/`](./postgres/) | [](https://ghcr.io/rthomazel/mcp/postgres) | Give your AI agent safe, structured access to a PostgreSQL database — schema introspection, read-only queries, guarded mutations, dry-run, and diagnostics. |