mcp-server
If you are the rightful owner of 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.
A custom MCP server designed to facilitate various development tasks.
The MCP-Server is a custom Model Context Protocol server that provides a suite of tools and functionalities to streamline development processes, particularly for full stack med tech software engineers. It offers capabilities such as generating workflow prompts, issuing terminal commands, and managing repository locations. The server is designed to be integrated into existing development environments, providing a seamless experience for developers. With its focus on automation and efficiency, the MCP-Server is an invaluable asset for teams looking to optimize their development workflows.
Features
- Generates workflow prompts for full stack med tech software engineers.
- Issues terminal commands and parses outputs.
- Lists repository locations with intelligent search capabilities.
- Runs tests on Windows machines using dotnet.
- Under development: Retrieves full codebase using grimiore command.
Tools
generate_solve_prompt
Returns a string describing a workflow for a full stack med tech software engineer.
issue_terminal_command
Issues a command and parses stdout and stderr.
list_repo_locations
Returns a list of repo locations based on a keyword search, using Levenshtein distance for suggestions.
run_test_for_repo
Runs a dotnet test command on a given repo, designed for Windows.
get_full_codebase
Currently under development, there is an issue with the grimiore command it uses.