project-mcp-tools

PsychArch/project-mcp-tools

3.2

If you are the rightful owner of project-mcp-tools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Project MCP Tools is a suite of tools designed to enhance software project development by leveraging the Model Context Protocol (MCP) technology.

Tools
7
Resources
0
Prompts
0

Project MCP Tools

PyPI

MCP tools for software project development.

Installation & Usage

Add to your MCP configuration:

{
  "mcpServers": {
    "project-mcp-tools": {
      "command": "uvx",
      "args": ["project-mcp-tools"]
    }
  }
}

Available Tools

File Operations

  • edit_file - String replacements in files
  • multi_edit_file - Multiple edits to a single file in one operation
  • read_file - Read files with line numbers
  • write_file - Write content to files
  • list_files - List files and directories

Search Tools

  • search_glob - File pattern matching with glob patterns
  • grep - Content search with regular expressions