gm-mcp
v1.3.21
Published
Mcp server for Gm
Readme
GIMO MCP
This MCP server integrates with GIMO Backend system similarly Dash site
Tools
statistic_salary_x3_today
- Description: Get statistic salary x3 today
statistic_salary_x3_yesterday
- Description: Get statistic salary x3 yesterday
statistic_salary_x3_this_week
- Description: Get statistic salary x3 this week
statistic_salary_x3_month
- Description: Get statistic salary x3 with specific month
statistic_salary_x3
- Description: Get statistic salary x3 with specific date
statistic_salary_x3_in_range
- Description: Get statistic salary x3 with range of date
Env variables
Provide these varibales
DASH_URL: z.string({ description: "Dash url for login" }),
PASSWORD: z.string({ description: "User password" }),
USER_NAME: z.string({ description: "User name" }),
LENDING_URL: z.string({ description: "Lending url" }),
LARK_APP_ID: z.string({ description: `Lark's Bot app id` }),
LARK_APP_SECRET: z.string({ description: `Lark's Bot app secret` }),
LARK_X3_GROUP_ID: z.string({ description: `Id of lark's group x3` }),
LARK_X3_TEMPLATE_ID: z.string({ description: `Id of lark's card template x3` }),
SEND_MESSAGE_TO_LARK: z.boolean({ description: "Send message to lark or not", coerce: true }),Usage with Desktop App like Claude,Cursor
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": ["-y", "gimo-mcp"],
"env": {
// List all varibale above #Env variables
}
}
}
}