Codesherlock
Freeby MCP Community
A TypeScript-based Model Context Protocol (MCP) server
v0.1.7Added Apr 12, 2026
mcpmodel-context-protocoltypescriptai
Codesherlock MCP Server
A TypeScript-based Model Context Protocol (MCP) server
Installation
npx -y @codesherlock/codesherlock-mcp-server
Reviews
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"]
}
}
}