MCP.so
Sign In

Coder Toolbox MCP Server

@MCP-Mirror

About Coder Toolbox MCP Server

Mirror of

Basic information

Category

Other

Transports

stdio

Publisher

MCP-Mirror

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Coder Toolbox MCP Server?

A utility toolkit that enhances Claude's interaction with Java code, providing tools for code analysis, manipulation, and testing workflows.

How to use Coder Toolbox MCP Server?

Use the provided MCP tools by specifying parameters such as className, sourceType, and packagePath to locate, create, or modify Java classes and retrieve test execution logs.

Key features of Coder Toolbox MCP Server

  • Retrieve and analyze test execution logs
  • Locate Java classes with package filtering
  • Create new Java classes with proper package structure
  • Add, replace, or delete content in existing Java classes
  • Add or delete methods and constructors in Java classes

Use cases of Coder Toolbox MCP Server

  • Analyze test failures by retrieving execution logs
  • Navigate and inspect Java class files in a project
  • Automate creation of new Java classes following package conventions
  • Modify existing Java classes by adding fields, methods, or constructors
  • Refactor code by replacing or deleting specific content in classes

FAQ from Coder Toolbox MCP Server

What tools are available in Coder Toolbox MCP Server?

Tools include get_test_execution_logs, locate_java_class, create_java_class, class_add_body, class_replace_body, and class_delete_body.

Can I manage methods and constructors with this server?

Yes, through class_add_body and class_delete_body you can add or delete methods and constructors, though dedicated method/constructor management tools are listed as future roadmap items.

What programming languages does Coder Toolbox MCP Server support?

The server focuses on Java, as all class operations are specific to Java classes and project structures.

How do I locate a Java class?

Use the locate_java_class tool with the required className parameter (case sensitive), and optionally sourceType and packagePath to restrict the search.

Is there a dry-run option for modifications?

Yes, class_replace_body and class_delete_body support a dryRun boolean parameter to preview changes without applying them.

Comments

More Other MCP servers