Latest Ollama version compatible with SDSC Expanse NVIDIA driver version + some additional MCP server features
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ollama-latest-expans": {
"command": "npx",
"args": [
"-y",
"GramKoski/ollama-latest-expanse"
]
}
}
}
Run in terminal:
claude mcp add ollama-latest-expans npx -y GramKoski/ollama-latest-expanse
Add to .cursor/mcp.json:
{
"mcpServers": {
"ollama-latest-expans": {
"command": "npx",
"args": [
"-y",
"GramKoski/ollama-latest-expanse"
]
}
}
}