M
MCP Local Llm
MCP server for delegating mechanical tasks to local LLMs via Ollama. Claude does the thinking, your local model does the grunt work.
Created 1/29/2026
Updated 27 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-local-llm
Cursor configuration (mcp.json)
{
"mcpServers": {
"aplaceforallmystuff-mcp-local-llm": {
"command": "npx",
"args": [
"aplaceforallmystuff-mcp-local-llm"
]
}
}
}