znorris/workshop-assistant
A Model Context Protocol (MCP) server that bridges VSCode/Claude with local Ollama models. Enables AI-powered development workflows using locally-hosted LLMs through a simple, extensible interface. Features automatic Ollama discovery, dual transport modes (stdio/TCP), and seamless IDE integration.
Platform-specific configuration:
{
"mcpServers": {
"workshop-assistant": {
"command": "npx",
"args": [
"-y",
"workshop-assistant"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...