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
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 filesmulti_edit_file
- Multiple edits to a single file in one operationread_file
- Read files with line numberswrite_file
- Write content to fileslist_files
- List files and directories
Search Tools
search_glob
- File pattern matching with glob patternsgrep
- Content search with regular expressions