MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

ai-mcp

创建于 5/13/2026
更新于 about 3 hours ago
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.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx ai-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "johnniewalker89-ai-mcp": { "command": "uvx", "args": [ "ai-mcp" ] } } }