insightsentry mcp for Windsurf
io.github.rezmeplxrf/insightsentry_mcp
MCP server for InsightSentry financial data API - market data, options, screeners, and more
client:Windsurf
transport:stdio
runtime:npm
Install insightsentry mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"insightsentry_mcp": {
"command": "npx",
"args": [
"-y",
"@insightsentry/mcp"
],
"env": {
"INSIGHTSENTRY_API_KEY": "<INSIGHTSENTRY_API_KEY>",
"INSIGHTSENTRY_CONFIG_DIR": "<INSIGHTSENTRY_CONFIG_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs