sherlock-mcp logo

sherlock-mcp

by Fewsats

Sherlock-mcp is an MCP server designed for buying and managing domains. It provides resources, prompts, and tools for interacting with domain services.

View on GitHub

Last updated: N/A

What is sherlock-mcp?

sherlock-mcp is an MCP server for buying and managing domains. It includes resources for note storage, prompts for summarizing notes, and tools for adding new notes.

How to use sherlock-mcp?

To use sherlock-mcp, you need to configure it within a Claude Desktop environment by modifying the claude_desktop_config.json file. Refer to the Quickstart section in the README for specific configuration details for development/unpublished and published servers. For debugging, use the MCP Inspector.

Key features of sherlock-mcp

  • Custom note:// URI scheme

  • Summarize-notes prompt with style argument

  • Add-note tool with name and content arguments

  • Integration with Claude Desktop

Use cases of sherlock-mcp

  • Managing domain-related notes

  • Summarizing domain information

  • Adding new domain records

  • Integrating domain management into a larger workflow

FAQ from sherlock-mcp

How do I install sherlock-mcp?

Refer to the Quickstart section in the README for instructions on configuring it within Claude Desktop.

How do I debug sherlock-mcp?

The README recommends using the MCP Inspector for debugging. Instructions for launching the inspector are provided.

Where is the configuration file located?

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%/Claude/claude_desktop_config.json

What are the required arguments for the add-note tool?

The add-note tool requires 'name' and 'content' as string arguments.

How do I publish sherlock-mcp?

Use the commands: uv sync, uv build, and uv publish. You'll need to set PyPI credentials via environment variables or command flags.