lamemind_coder-toolbox-mcp-server
If you are the rightful owner of lamemind_coder-toolbox-mcp-server 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.
Coder Toolbox MCP Server is a utility toolkit designed to enhance the interaction between Claude and code, providing seamless integration tools for code analysis, manipulation, and testing workflows.
The Coder Toolbox MCP Server is a comprehensive utility toolkit aimed at improving the interaction between Claude, an AI model, and code. It offers a suite of tools that facilitate code analysis, manipulation, and testing workflows, particularly for Java projects. The server provides functionalities such as retrieving test execution logs, locating and managing Java classes, and performing various operations on class content, including adding, replacing, and deleting methods and constructors. This toolkit is designed to streamline the development process by automating repetitive tasks and providing a structured approach to code management. It is particularly useful for developers looking to integrate AI capabilities into their coding workflows, enhancing productivity and ensuring code quality.
Features
- Test Execution Logs: Retrieve and analyze test execution logs and results.
- Class Operations: Locate, create, and manage Java classes with package filtering.
- Content Management: Add, replace, or delete content in existing Java classes.
- Method Management: Add or delete methods in Java classes.
- Constructor Management: Add or delete constructors in Java classes.
Tools
get_test_execution_logs
Retrieve test execution logs from the log directory.
locate_java_class
Find Java classes in project source code with package filtering.
create_java_class
Create new Java classes with proper package structure.
class_add_body
Add content to existing Java classes.
class_replace_body
Replace content in existing Java classes.
class_delete_body
Delete content from existing Java classes.