社区维护的 MCP 桥:把 Ollama 本地 HTTP API(模型列表、拉取、对话、兼容 OpenAI 的 completions)暴露给 Claude Desktop、Cursor 等客户端。npm 包 `ollama-mcp-server`(NightTrek/Ollama-mcp 的维护分支);需本地运行 Ollama 守护进程,默认 `OLLAMA_HOST` 为 `http://127.0.0.1:11434`。
使用场景
- 编程 Agent 完全使用本地模型
- 在 MCP 助手中管理 Ollama 模型
- 本地多模态模型试验
- 开发时切换本地/云端模型
- 敏感数据不出本地硬件
主要功能
- Claude Desktop
- Cursor
- Codex
相关推荐
相关推荐
3 收录条目
Agent Protocol MCP
实现了 Agent Protocol 标准,让 MCP 客户端能与外部 Agent 框架协调——通过共享的任务、步骤与产物 schema,特别适合让 Claude 或 Codex 把任务交接给专业 Agent。
Shopify Dev MCP
Official Shopify Dev MCP server from the Shopify AI Toolkit: connects Claude Code, Cursor, VS Code, Gemini CLI, Codex, and similar clients to Shopify developer documentation, GraphQL schemas, and validation workflows without guessing API shapes. Runs locally via npx using the @shopify/dev-mcp package; Shopify documents that no authentication is required for this developer-resources server. Part of Shopify's broader AI Toolkit alongside plugins and optional skill bundles.
AWS MCP
把 AWS API 操作(EC2、S3、Lambda、IAM、CloudWatch)桥接到 MCP,让 Agent 在不离开代码库的前提下检查基础设施状态、尾随日志并起草 IaC 变更。