Portable MCP servers for Codex and other MCP-compatible agents.
mcp-greenplum- Greenplum MCP server with metadata tools, read-only query tool, and optional write/drop tool controlled by environment flags.mcp-clickhouse- ClickHouse MCP server with metadata/query tools, optional write/drop access, and async query control for long sandbox writes.
ClickHouse:
[mcp_servers.privileged_access_mcp_clickhouse]
command = "uvx"
args = [
"--from",
"git+https://github.com/johnniewalker89/ai-mcp.git#subdirectory=mcp-clickhouse",
"mcp-clickhouse-privileged"
]Greenplum:
[mcp_servers.privileged_access_mcp_greenplum]
command = "uvx"
args = [
"--from",
"git+https://github.com/johnniewalker89/ai-mcp.git#subdirectory=mcp-greenplum",
"mcp-greenplum-privileged"
]Credentials and host-specific settings belong only in local MCP client config.