Mcp Client Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Client Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<h1 align="center"> Logtime Summarizer 🤖 </h1> <p align="center"> <strong>A Chatbot for seamless track project health and employee performance by analyzing log time data from various data source</strong> </p>
This Chatbot power with Model Context Protocol (MCP) as standardized way to connect AI models to different data sources and tools.
The main feature is a Chatbot Assistant that answers summary about:
Clone the project using HTTPS
git clone https://git.gits.id/ai-for-gits/ai-multi-agent-crew-ai-be.gitRecommendation to use python version 3.12.10, you can get it here or directly download the .exe file by click this url
This project power with UV Python package and project manager. Here common method for installat UV
pip install uvYou can learn more other methode on UV Documentation
Initialization uv package manager by create virtual enviroment and install the dependencies
uv init
uv venv --python 3.12
uv add -r requirements.txtYour folder will update with .venv, pyproject.toml, main.py, and uv.lock
logtime-summarize
├── .venv
├── ...
├── api
│ └── ...
├── front
│ └── ...
├── mcp-server
│ └── ...
├── main.py
├── pyproject.toml
├── README.md
├── requirement.txt
└── uv.lockMake file .env, _do double enter while run the script below_
echo > ".env"Copy setup on .env.example to .env
Make file credentials json file, _do double enter while run the script below_
echo > "./mcp-server/credentials.json"Copy setup on credentials.example.json to credentials.json
#### Using npx as inspector <img src="https://mintlify.s3.us-west-1.amazonaws.com/mcp/logo/dark.svg" alt="Alt text" width="250">
npx @modelcontextprotocol/inspector {add-your-own-path}/logtime-summarizer/mcp-server/main.py{add-your-own-path}/logtime-summarizer/mcp-server/main.pycopy from terminal after running npxcopy from terminal after running npxGot an error? Learn more about the inspector #### Using uv
uv run mcp dev ./mcp-server/main.pydo same things like npx exclude setup command and arguments
copy from terminal after running uvcopy from terminal after running uv{
"mcpServers": {
"logtime-summarizer": {
"command": "add-your-own-path}/.local/bin/uv.exe",
"args": [
"run",
"--directory",
"C:\\D\\Work\\daily-reminder\\utils\\gsheet",
"stdio.py"
],
"env": {
"OPENAI_API_KEY": "<your-openai-api-key>"
}
}
}
}~/.cursor/mcp.jsonLearn more Cursor Model Contex Protocol (MCP)
~/.cursor/mcp.jsonLearn more Trae Model Contex Protocol (MCP)
~/.codeium/windsurf/mcp_config.jsonLearn more Windsurf Model Contex Protocol (MCP)
~/Library/Application\ Support/Claude/claude_desktop_config.jsonLearn more Claude Desktop Model Contex Protocol (MCP)
~/.claude.jsonLearn more Claude Code Model Contex Protocol (MCP)
#### Learn more other MCP Clients that support MCP
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.