MCP Forge — secure MCP servers. Free auditor + a secure-by-default starter kit.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"alih552/mcp-forge"
]
}
}
}
Run in terminal:
claude mcp add mcp-forge npx -y alih552/mcp-forge
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-forge": {
"command": "npx",
"args": [
"-y",
"alih552/mcp-forge"
]
}
}
}