io.github.dgtalquantumleap-ai/ebenova-fieldops · v1.0.2
WhatsApp booking, staff coordination, and invoice recovery for services.
ebenova-fieldops 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ebenova-fieldops": {
"command": "npx",
"args": [
"-y",
"@ebenova/fieldops-mcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}DATABASE_URL必填secretPostgreSQL connection string
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.dgtalquantumleap-ai/ebenova-fieldops",
"type": "mcp-server",
"version": "1.0.2",
"displayName": "ebenova-fieldops",
"description": "WhatsApp booking, staff coordination, and invoice recovery for services.",
"repository": {
"url": "https://github.com/dgtalquantumleap-ai/fieldops-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@ebenova/fieldops-mcp",
"version": "1.0.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "DATABASE_URL",
"description": "PostgreSQL connection string",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.dgtalquantumleap-ai/ebenova-fieldops",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.dgtalquantumleap-ai%2Febenova-fieldops/versions/latest",
"isOfficial": true,
"status": "active"
}
}