FDIC BankFind MCP Server for Cursor
io.github.jflamb/fdic-mcp-server
Search FDIC institutions, branches, failures, and peer analysis over MCP.
client:Cursor
transport:stdio
runtime:npm
Install FDIC BankFind MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fdic-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fdic-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs