groundlight-mcp-server
MCP Server for Groundlight
Documentation
groundlight-mcp-server by
Overview
A Model Context Protocol (MCP) server for interacting with Groundlight. This server provides tools to create, list and customize Detectors, submit and list ImageQueries, create, list and delete Alerts, and examine detector evaluation metrics.
The functionality and available tools are subject to change and expansion as we continue to develop and improve this server.
Tools
The following tools are available in the Groundlight MCP server:
1. create_detector
1. Binary: Answers 'yes' or 'no' to a natural-language query about images.
2. Multiclass: Classifies images into predefined categories based on natural-language queries.
3. Counting: Counts occurrences of specified objects in images using natural-language descriptions.
All detectors analyze images to answer natural-language queries and return confidence scores indicating result reliability. If confidence falls below the specified threshold, the query is escalated to human review. Detectors improve over time through continuous learning from feedback and additional examples.
2. get_detector
3. list_detectors
4. submit_image_query
5. get_image_query
6. list_image_queries
7. get_image
8. create_alert
9. list_alerts
10. delete_alert
11. add_label
12. get_detector_evaluation_metrics
13. update_detector_confidence_threshold
14. update_detector_escalation_type
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
"mcpServers": {
"groundlight": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "GROUNDLIGHT_API_TOKEN", "groundlight/groundlight-mcp-server"],
"env": {
"GROUNDLIGHT_API_TOKEN": "YOUR_API_TOKEN_HERE"
}
}
}Usage with Zed
Add this to your settings.json:
{
"context_servers": {
"groundlight": {
"command": {
"path": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"GROUNDLIGHT_API_TOKEN",
"groundlight/groundlight-mcp-server"
],
"env": {
"GROUNDLIGHT_API_TOKEN": "YOUR_API_TOKEN_HERE"
}
}
}
}
}Development
Build the Docker image locally:
make build-dockerRun the Docker image locally:
make run-docker[Groundlight Internal] Push the Docker image to Docker Hub (requires DockerHub credentials):
make push-dockers
Frequently asked questions
What is groundlight-mcp-server?
groundlight-mcp-server is MCP Server for Groundlight
How do I install groundlight-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is groundlight-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/groundlight/groundlight-mcp-server and has 4 stars.
Related MCP tools
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP