Local llama.cpp server + Nanocoder in a yolo-mode dev container (with lsp + mcp setup)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hva": {
"command": "npx",
"args": [
"-y",
"Viterkim/hva"
]
}
}
}
Run in terminal:
claude mcp add hva npx -y Viterkim/hva
Add to .cursor/mcp.json:
{
"mcpServers": {
"hva": {
"command": "npx",
"args": [
"-y",
"Viterkim/hva"
]
}
}
}