https://github.com/michaelneale/deepseek-r1-mcp
a deepseek r1 MCP for reasoning/desigining with agents
https://github.com/michaelneale/deepseek-r1-mcp
Last synced: 3 months ago
JSON representation
a deepseek r1 MCP for reasoning/desigining with agents
- Host: GitHub
- URL: https://github.com/michaelneale/deepseek-r1-mcp
- Owner: michaelneale
- Created: 2025-02-02T23:53:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T00:13:57.000Z (8 months ago)
- Last Synced: 2025-07-09T17:05:23.663Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.