Content
# Deepseek r1 reasoning extension for locally running models
Aim: provide locally runnable technical agent system, using a combination of models and no remote models.
Uses deepseek r1 as a reasoning model, which can then be coupled with a tool calling model, for example in the case of goose agent below.
Deepseek r1 and other reasoning models often can't effectively do tool calling, but can be combined with other models which while not as good at reasoning, can do tool calling.
Below is a diagram of how it works with the "project goose" agent, which makes use of ollama with all local models:

This is a generic MCP server so should work with any agent system, as long as ollama is running, and can run entirely locally.
Usage:
```sh
npx -y deepseek-reasoner-mcp
```
This can be used in any agent system.
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.