VadimDu/Local_LLMs_stuff
Code and notebooks for connecting and interacting with Local LLMs, agentic tool usage and RAG practices. The implementation will be done mostly with LangChain framework, and maybe others modules as well. The local server end point is LM-Studio for most cases. HuggingFace API and codebase will be used as well.
Platform-specific configuration:
{
"mcpServers": {
"Local_LLMs_stuff": {
"command": "npx",
"args": [
"-y",
"Local_LLMs_stuff"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...