localgpu
v0.1.20Local models on your own GPU via Ollama, in two halves: three MCP tools that index a repo or folder into an on-disk vector store, search it, and answer from it inside your current session; and a `localgpu` shell/proxy that launches a separate Claude Code session running entirely on a local chat model, through a proxy translating the Anthropic Messages API into Ollama's chat API. Six commands cover setup, health checks, indexing, search, ask, and an honest account of which crew roles a local 7B can and cannot take over. No hooks and no agents; nothing leaves 127.0.0.1.
By Matthew BadaliLicense: GPL-2.0-only2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install localgpu for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install localgpu@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mbadali25/useful-claude-add-onsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/localgpu/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "localgpu",
"version": "0.1.20",
"description": "Local models on your own GPU via Ollama, in two halves: three MCP tools that index a repo or folder into an on-disk vector store, search it, and answer from it inside your current session; and a `localgpu` shell/proxy that launches a separate Claude Code session running entirely on a local chat model, through a proxy translating the Anthropic Messages API into Ollama's chat API. Six commands cover setup, health checks, indexing, search, ask, and an honest account of which crew roles a local 7B can and cannot take over. No hooks and no agents; nothing leaves 127.0.0.1.",
"author": {
"name": "Matthew Badali",
"url": "https://github.com/mbadali25/useful-claude-add-ons"
},
"keywords": [
"ollama",
"local-model",
"code-search",
"embeddings",
"mcp"
],
"license": "GPL-2.0-only"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[localgpu on Agent Plugins Marketplace](https://pluginsmp.com/plugins/localgpu)