Coder Toolbox MCP ServerServer

lamemind
GitHub
code analysisdeveloper toolstesting tools

Loading subscription status...

💡 Description

A utility toolkit designed to enhance interaction between Claude and code by providing seamless integrated tools for code analysis, operations, and testing workflows.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Coder Toolbox MCP Server": {
        "env": {},
        "args": [],
        "command": "command"
      }
    }
  ]
}

🛠️ Tools

get_test_execution_logsJava class searchcreate_java_classclass_add_bodyclass_replace_bodyclass_remove_body

Features

  • Get test execution logs
  • Java class searching
  • Create new Java classes
  • Manage content in existing Java classes
  • Manage methods in Java classes
  • Manage constructors in Java classes

💬 Example Queries

  • Get test execution logs and analyze the results
  • Search for a Java class in the project source code
  • Create a new Java class with the appropriate package structure