lamemind_coder-toolbox-mcp-server

lamemind_coder-toolbox-mcp-server

3.1

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

  1. get_test_execution_logs

    Retrieve test execution logs from the log directory.

  2. locate_java_class

    Find Java classes in project source code with package filtering.

  3. create_java_class

    Create new Java classes with proper package structure.

  4. class_add_body

    Add content to existing Java classes.

  5. class_replace_body

    Replace content in existing Java classes.

  6. class_delete_body

    Delete content from existing Java classes.