Zephex for Claude Desktop
io.github.tanbir404/zephex
MCP gateway with 10 tools for code analysis, architecture, package audit & security.
client:Claude Desktop
transport:streamable-http
Install Zephex in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zephex": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://zephex.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs