Mcp Llm — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Llm (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.
A CLI tool for interacting with Anthropic's Claude model using MCP (Model Context Protocol) servers.
# Clone the repository
git clone https://github.com/lingster/mcp-llm.git
cd mcp-llm
# Install with uv
uv sync
Create a JSON configuration file that defines your MCP servers. For example:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"env": {
"BRAVE_API_KEY": "your-api-key-here"
}
}
}
}Save this file to one of these locations:
~/.config/mcp-client/config.json~/.mcp-client.json./mcp-client.json./config.jsonAlternatively, you can specify a custom config file with the --config option.
# Start interactive chat with all configured servers
uv run mcpllm chat
# Connect to specific servers only
uv run mcpllm chat --server brave-search
# Use a custom configuration file
uv run mcpllm chat --config /path/to/config.json
# Customize Claude model and parameters
uv run mcpllm chat --model claude-3-5-sonnet-20241022 --temperature 0.8 --max-tokens 8192# Process a single query and exit
uv run mcpllm chat --query "Is it raining in London?"# tool use
uv run mcpllm chat --server brave-search --query "Where's wally?"# Show all configured servers
mcpllm serversANTHROPIC_API_KEY: Your Anthropic API key (required)You can also create a .env file in your current directory:
ANTHROPIC_API_KEY=your-api-key-hereMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.