mcp-proxy
MCP Proxy
How It Works
Starting the MCP Proxy
nomotic serve --mcp --upstream http://localhost:8080 --port 9090Python API
from nomotic.mcp_proxy import MCPProxy
proxy = MCPProxy(
runtime=runtime,
upstream_url="http://localhost:8080",
port=9090,
)
proxy.start()Certificate-Required Mode
Related
Last updated

