a deepseek r1 MCP for reasoning/desigining with agents
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:
npx -y deepseek-reasoner-mcp
This can be used in any agent system.
Mcp Llms Txt
MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.
Mcp Doris
An MCP server for Apache Doris & VeloDB
Ghost Mcp Server
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access to Ghost CMS features including post management, page management, member management, and more.