AI Gateway — Compiled Rust security enforcement - linux - android - persistent memory - mcp server with mcp tools including api web fetch Free and Open Source.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"spfsmartgate": {
"command": "cargo",
"args": [
"run",
"--",
"SPFsmartGATE"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spfsmartgate cargo run -- SPFsmartGATE
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spfsmartgate": {
"command": "cargo",
"args": [
"run",
"--",
"SPFsmartGATE"
]
}
}
}
📋 Copy