Claude Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Claude Mcp 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.
A Model Context Protocol (MCP) server that provides a bridge to Anthropic's Claude CLI. This allows MCP-compliant clients (like Claude Desktop or Gemini) to interact with the Claude CLI to start new chat sessions or continue existing ones.
sonnet, opus, haiku).# Install Claude CLI
npm install -g @anthropic-ai/claude-code
# Authenticate
claude setup-tokennpm install -g @2lab.ai/claude-mcp-servernpx @2lab.ai/claude-mcp-serverAfter global installation:
claude-mcp-serverOr with npx:
npx @2lab.ai/claude-mcp-serverYou can test and debug the server using the MCP Inspector:
npx @modelcontextprotocol/inspector npx @2lab.ai/claude-mcp-serverOr if globally installed:
npx @modelcontextprotocol/inspector claude-mcp-serverAdd the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"claude-cli": {
"command": "npx",
"args": ["-y", "@2lab.ai/claude-mcp-server"]
}
}
}Or if globally installed:
{
"mcpServers": {
"claude-cli": {
"command": "claude-mcp-server"
}
}
}Add to your Claude Code settings:
{
"mcpServers": {
"claude-cli": {
"command": "npx",
"args": ["-y", "@2lab.ai/claude-mcp-server"]
}
}
}chatStart a new Claude session with a prompt.
Parameters:
prompt (required): The prompt to start the session withmodel (optional): The model to use (e.g., 'sonnet', 'opus', 'haiku')systemPrompt (optional): System prompt to set the assistant's behaviorcwd (optional): Working directory for the claude CLI executionReturns: Response text and new Session ID in _meta.sessionId
chat-replyContinue an existing Claude session.
Parameters:
prompt (required): The prompt to continue the conversationsessionId (optional): The session ID to continue. If not provided, continues the most recent sessionmodel (optional): The model to use for this turnsystemPrompt (optional): Additional system prompt to append for this turncwd (optional): Working directory for the claude CLI executionReturns: Response text and Session ID in _meta.sessionId
# Clone the repository
git clone https://github.com/2lab-ai/claude-mcp-server.git
cd claude-mcp-server
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
# Run locally
npm start
# Test with MCP Inspector
npm run inspectThis project uses GitHub Actions to automatically publish to npm when changes are pushed to the main branch.
To enable automatic publishing:
NPM_TOKEN in your GitHub repository settingspackage.json before pushing to trigger a publishISC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.