mcp-gateway
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-gatewaycheck my portfolio on Notion"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-gateway
MCP (Model Context Protocol) server that exposes local agents as tools for Claude Code.
Tools (19)
Domain | Tools | Backend Agent |
Quant |
| invest-quant |
Trading |
| auto-trader |
News |
| anti-echo-chamber |
Reports |
| report-builder |
Robotics |
| robot-modeler |
Notion |
| notion-portfolio |
FreeCAD |
| freecad-automation |
Related MCP server: openai-agents-mcp
Architecture
Claude Code ←─ stdio ─→ mcp-gateway (server.js)
├─ tools/invest-quant.js → REST :3003
├─ tools/auto-trader.js → REST :3001
├─ tools/anti-echo-chamber.js → local
├─ tools/report-builder.js → local
├─ tools/robot-modeler.js → local
├─ tools/notion-portfolio.js → Notion API
└─ tools/freecad-automation.js → FreeCADCmd + freecad-automationStack
Runtime: Node.js
Protocol: MCP SDK (stdio transport)
Validation: Zod schema for all tool inputs
Setup
cp .env.example .env
npm install
npm start # Start MCP server (stdio)Optional environment for FreeCAD:
export FREECAD_AUTOMATION_ROOT="/Users/jangtaeho/Documents/New/freecad-automation"
export FREECAD_OUTPUT_DIR="/Users/jangtaeho/Documents/New/freecad-automation/output"
export FREECAD_CMD="/Applications/FreeCAD.app/Contents/Resources/bin/FreeCADCmd"Add to Claude Code config:
{
"mcpServers": {
"mcp-gateway": {
"command": "node",
"args": ["/path/to/mcp-gateway/server.js"]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceLocal MCP server that wraps the headless Claude Code CLI as MCP tools, providing stateless access to Claude's coding capabilities through prompt-based interactions. It enables users to execute Claude Code commands with various prompt formats and structured outputs directly from MCP clients.3MIT
- AlicenseAqualityDmaintenanceMCP server that bridges OpenAI's Agents SDK with Claude Code, enabling web search, file search, and computer use capabilities directly in your development environment.291MIT
- AlicenseAqualityDmaintenanceThis MCP server enables remote control and management of Claude Code agents, allowing you to execute missions, configure agent personalities, and integrate with other MCP tools.7361MIT
- AlicenseAqualityCmaintenanceMCP server that exposes local Python scripts as tools for AI clients (e.g. Claude Desktop), enabling directory tree generation, Excel-to-text conversion, Python code extraction, and text file merging.51MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dooosp/mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server