Server data from the Official MCP Registry
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
local-delegate is a well-structured MCP server that delegates text processing tasks to local LLM endpoints. The code demonstrates good security practices with environment-based configuration, proper input validation, and no hardcoded credentials. File read operations are appropriately scoped to user-initiated paths. Minor code quality concerns around broad exception handling and incomplete error details do not significantly impact the security posture given the server's legitimate purpose of reading files and making HTTP requests to configured endpoints. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 8 issues found
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.
Set these up before or after installing:
Environment variable: LOCAL_DELEGATE_BASE_URL
Environment variable: LOCAL_DELEGATE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zahirinatzuke-local-delegate": {
"env": {
"LOCAL_DELEGATE_API_KEY": "your-local-delegate-api-key-here",
"LOCAL_DELEGATE_BASE_URL": "your-local-delegate-base-url-here"
},
"args": [
"local-delegate-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.