Jadael/OllamaClaude
If you are the rightful owner of OllamaClaude 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.
This MCP server integrates local Ollama models with Claude Code to optimize coding tasks and reduce API token usage.
Tools
Functions exposed to the LLM to take actions
ollama_generate_code
Generate new code from requirements.
ollama_explain_code
Explain how code works.
ollama_review_code
Review code for issues and improvements.
ollama_refactor_code
Refactor code to improve quality.
ollama_fix_code
Fix bugs or errors in code.
ollama_write_tests
Generate unit tests.
ollama_general_task
Execute any general coding task.
ollama_review_file
Review a file by path.
ollama_explain_file
Explain a file by path.
ollama_analyze_files
Analyze multiple files together to understand relationships.
ollama_generate_code_with_context
Generate code using existing files as reference patterns.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client