Server data from the Official MCP Registry
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-blackfoil-claude-token-saver-mcp": {
"args": [
"-y",
"claude-token-saver-mcp"
],
"command": "npx"
}
}
}A well-structured MCP server for offloading coding tasks to local Ollama LLM instances. The code demonstrates good security practices with proper input validation, error handling, and no hardcoded credentials. Minor code quality concerns exist around broad exception handling and timeout configurations. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity). Package verification found 1 issue.
Scanned 4 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!