coder-toolbox-mcp-server

coder-toolbox-mcp-server

3.2

If you are the rightful owner of 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 that facilitates the interaction between Claude, an AI model, and codebases. It provides a suite of tools for code analysis, manipulation, and testing workflows, specifically tailored for Java projects. The server allows users to retrieve and analyze test execution logs, manage Java class files, and perform various operations such as creating, locating, and modifying Java classes. This toolkit is designed to streamline the development process by automating repetitive tasks and providing a structured approach to code management. It supports operations like adding, replacing, or deleting content within Java classes, managing methods and constructors, and more. The server is built with extensibility in mind, with a development roadmap that includes features like adding class-level annotations, interface implementations, and code formatting.

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