Skip to content

Codesherlock

Free

by MCP Community

A TypeScript-based Model Context Protocol (MCP) server

v0.1.7Added Apr 12, 2026
mcpmodel-context-protocoltypescriptai
Works with:ClaudeGPTGeminiCopilot

Codesherlock MCP Server

A TypeScript-based Model Context Protocol (MCP) server

Installation

npx -y @codesherlock/codesherlock-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @codesherlock/codesherlock-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "codesherlock": {
      "command": "npx",
      "args": ["-y", "@codesherlock/codesherlock-mcp-server"]
    }
  }
}