Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.ZahiriNatZuke/local-delegate · v0.1.0
Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.
local-delegate 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"local-delegate": {
"command": "uvx",
"args": [
"local-delegate-mcp"
]
}
}
}LOCAL_DELEGATE_BASE_URL可选OpenAI-compatible endpoint (llama-swap, Ollama, LM Studio, vLLM). Default http://127.0.0.1:9292/v1
LOCAL_DELEGATE_API_KEY可选secretBearer token for the endpoint, if it requires one.
{
"id": "io.github.ZahiriNatZuke/local-delegate",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "local-delegate",
"description": "Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.",
"repository": {
"url": "https://github.com/ZahiriNatZuke/local-delegate",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "local-delegate-mcp",
"version": "0.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOCAL_DELEGATE_BASE_URL",
"description": "OpenAI-compatible endpoint (llama-swap, Ollama, LM Studio, vLLM). Default http://127.0.0.1:9292/v1"
},
{
"name": "LOCAL_DELEGATE_API_KEY",
"description": "Bearer token for the endpoint, if it requires one.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ZahiriNatZuke/local-delegate",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ZahiriNatZuke%2Flocal-delegate/versions/latest",
"isOfficial": true,
"status": "active"
}
}