A
Ai MCP
ai-mcp
Created 5/13/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
AI MCP
Portable MCP servers for Codex and other MCP-compatible agents.
Packages
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.
Install Example
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.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx ai-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"johnniewalker89-ai-mcp": {
"command": "uvx",
"args": [
"ai-mcp"
]
}
}
}