gunsnation for Windsurf
io.github.dynamicdeals/gunsnation
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
client:Windsurf
transport:stdio
runtime:npm
Install gunsnation in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gunsnation": {
"command": "npx",
"args": [
"-y",
"gunsnation-mcp"
],
"env": {
"GUNSNATION_API_KEY": "<GUNSNATION_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs