richardbaxterseo/local-llm-mcp
If you are the rightful owner of local-llm-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Local LLM MCP Server v2.1 is a Model Context Protocol server designed to facilitate task offloading to local LLMs running in LM Studio, with enhanced security and functionality.
Tools
Functions exposed to the LLM to take actions
analyze_code_structure
Analyse code structure with optional file input.
validate_syntax
Check code syntax and get error details.
detect_patterns
Find design patterns and anti-patterns.
generate_unit_tests
Generate unit tests for code.
generate_documentation
Generate documentation for code.
suggest_refactoring
Get refactoring suggestions.
analyze_file
General file analysis with custom instructions.
analyze_csv_data
Filter and analyse CSV data.
health_check
Verify LM Studio connection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client