lgl mcp server for Cursor
io.github.willheadlee/lgl-mcp-server
MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
client:Cursor
transport:stdio
runtime:npm
Install lgl mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lgl-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
],
"env": {
"LGL_API_KEY": "<LGL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs