MCP.so
登录

Mcp Server Reposearch

@happyZYM

关于 Mcp Server Reposearch

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

happyZYM

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-reposearch": {
      "command": "node",
      "args": [
        "path/to/mcp-server-reposearch/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Server Reposearch?

Mcp Server Reposearch is an MCP server that provides enhanced content search functionality, superior to the built-in search_files tool in Cline. It is intended for developers who need more flexible, token-efficient file searching within Cline.

How to use Mcp Server Reposearch?

Install and configure the MCP server with your MCP host (e.g., Cline). In your system prompt, tell Cline to stop using its built-in search_files tool so that it uses this server instead.

Key features of Mcp Server Reposearch

  • Filter files via .reposearchignore (gitignore format)
  • Search with regular expressions
  • Option to include or exclude content in results
  • Prevents token explosion in output

Use cases of Mcp Server Repeach

  • Quickly find code containing a pattern across a large repository
  • Search while respecting project-specific ignore rules
  • Avoid overwhelming the LLM context with unnecessary file content

FAQ from Mcp Server Reposearch

How does it differ from Cline's built-in search_files?

It offers more control over filtering (via .reposearchignore), supports regular expressions, and prevents token explosion by allowing you to omit file content from results.

How do I ignore files from search?

Create a .reposearchignore file in your repository root using gitignore syntax (e.g., *.log, dist/).

Does it support regular expressions?

Yes, you can search using regular expressions in queries.

Can I control the output format?

Yes, the server can include or exclude the matched content in results. (Including surrounding context lines is planned but not yet implemented.)

What are the runtime requirements?

评论

其他 分类下的更多 MCP 服务器