MCP Server
MCP
io.github.WillHeadlee/lgl-mcp-server
MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "lgl-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Little Green Light API key (Settings → Integration → API Keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LGL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment