Sequential Thinking logo

Sequential Thinking

OrganizationPopular
modelcontextprotocol

Model Context Protocol Servers

Publishermodelcontextprotocol
Repositoryservers
LanguageTypeScript
Forks
10.7K
Stars
85.6K
Available tools
1
Transport typestdio, streamable-http
LicenseNOASSERTION
Links
  • Connect tools to AI workflows

    Sequential Thinking exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 1 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    85.6K stars and 10.7K forks from the linked repository.

Model Context Protocol servers

This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community-built servers and additional resources.

[!IMPORTANT] If you are looking for a list of MCP servers, you can browse published servers on the MCP Registry. The repository served by this README is dedicated to housing just the small number of reference servers maintained by the MCP steering group.

[!WARNING] The servers in this repository are intended as reference implementations to demonstrate MCP features and SDK usage. They are meant to serve as educational examples for developers building their own MCP servers, not as production-ready solutions. Developers should evaluate their own security requirements and implement appropriate safeguards based on their specific threat model and use case.

The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Typically, each MCP server is implemented with an MCP SDK:

๐ŸŒŸ Reference Servers

These servers aim to demonstrate MCP features and the official SDKs.

  • Everything - Reference / test server with prompts, resources, and tools.
  • Fetch - Web content fetching and conversion for efficient LLM usage.
  • Filesystem - Secure file operations with configurable access controls.
  • Git - Tools to read, search, and manipulate Git repositories.
  • Memory - Knowledge graph-based persistent memory system.
  • Sequential Thinking - Dynamic and reflective problem-solving through thought sequences.
  • Time - Time and timezone conversion capabilities.

Archived

The following reference servers are now archived and can be found at servers-archived.

  • AWS KB Retrieval - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
  • Brave Search - Web and local search using Brave's Search API. Has been replaced by the official server.
  • EverArt - AI image generation using various models.
  • GitHub - Repository management, file operations, and GitHub API integration.
  • GitLab - GitLab API, enabling project management.
  • Google Drive - File access and search capabilities for Google Drive.
  • Google Maps - Location services, directions, and place details.
  • PostgreSQL - Read-only database access with schema inspection.
  • Puppeteer - Browser automation and web scraping.
  • Redis - Interact with Redis key-value stores.
  • Sentry - Retrieving and analyzing issues from Sentry.io.
  • Slack - Channel management and messaging capabilities. Now maintained by Zencoder
  • SQLite - Database interaction and business intelligence capabilities.

๐Ÿ“š Frameworks

These are high-level frameworks that make it easier to build MCP servers or clients.

For servers

  • Anubis MCP (Elixir) - A high-performance and high-level Model Context Protocol (MCP) implementation in Elixir. Think like "Live View" for MCP.
  • ModelFetch (TypeScript) - Runtime-agnostic SDK to create and deploy MCP servers anywhere TypeScript/JavaScript runs
  • EasyMCP (TypeScript)
  • FastAPI to MCP auto generator โ€“ A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by Tadata
  • FastMCP (TypeScript)
  • Foobara MCP Connector - Easily expose Foobara commands written in Ruby as tools via MCP
  • Foxy Contexts โ€“ A library to build MCP servers in Golang by strowk
  • Higress MCP Server Hosting - A solution for hosting MCP Servers by extending the API Gateway (based on Envoy) with wasm plugins.
  • MCP Declarative Java SDK Annotation-driven MCP servers development with Java, no Spring Framework Required, minimize dependencies as much as possible.
  • MCP-Framework Build MCP servers with elegance and speed in TypeScript. Comes with a CLI to create your project with mcp create app. Get started with your first server in under 5 minutes by Alex Andru
  • MCP Plexus: A secure, multi-tenant and Multi-user MCP python server framework built to integrate easily with external services via OAuth 2.1, offering scalable and robust solutions for managing complex AI applications.
  • mcp_sse (Elixir) An SSE implementation in Elixir for rapidly creating MCP servers.
  • mxcp (Python) - Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
  • Next.js MCP Server Template (Typescript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources.
  • PayMCP (Python & TypeScript) - Lightweight payments layer for MCP servers: turn tools into paid endpoints with a two-line decorator. PyPI ยท npm ยท TS repo
  • Perl SDK - An SDK for building MCP servers and clients with the Perl programming language.
  • Quarkus MCP Server SDK (Java)
  • R mcptools - An R SDK for creating R-based MCP servers and retrieving functionality from third-party MCP servers as R functions.
  • SAP ABAP MCP Server SDK - Build SAP ABAP based MCP servers. ABAP 7.52 based with 7.02 downport; runs on R/3 & S/4HANA on-premises, currently not cloud-ready.
  • Spring AI MCP Server - Provides auto-configuration for setting up an MCP server in Spring Boot applications.
  • Template MCP Server - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
  • AgentR Universal MCP SDK - A python SDK to build MCP Servers with inbuilt credential management by Agentr
  • Vercel MCP Adapter (TypeScript) - A simple package to start serving an MCP server on most major JS meta-frameworks including Next, Nuxt, Svelte, and more.
  • PHP MCP Server (PHP) - Core PHP implementation for the Model Context Protocol (MCP) server

For clients

  • codemirror-mcp - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands
  • llm-analysis-assistant - A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also supports monitoring and simulation of ollama/openai interface.
  • MCP-Agent - A simple, composable framework to build agents using Model Context Protocol by LastMile AI
  • Spring AI MCP Client - Provides auto-configuration for MCP client functionality in Spring Boot applications.
  • MCP CLI Client - A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
  • OpenMCP Client - An all-in-one vscode/trae/cursor plugin for MCP server debugging. Document & OpenMCP SDK.
  • PHP MCP Client - Core PHP implementation for the Model Context Protocol (MCP) Client
  • Runbear - No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.

๐Ÿ“š Resources

Additional resources on MCP.

  • A2A-MCP Java Bridge - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions โ€” with no boilerplate or service registration overhead.
  • AiMCP - A collection of MCP clients&servers to find the right mcp tools by Hekmon
  • Awesome Crypto MCP Servers by badkk - A curated list of MCP servers by Luke Fan
  • Awesome MCP Servers by appcypher - A curated list of MCP servers by Stephen Akinyemi
  • Awesome MCP Servers by punkpeye (website) - A curated list of MCP servers by Frank Fiegel
  • Awesome MCP Servers by wong2 (website) - A curated list of MCP servers by wong2
  • Awesome Remote MCP Servers by JAW9C - A curated list of remote MCP servers, including their authentication support by JAW9C
  • Discord Server โ€“ A community discord server dedicated to MCP by Frank Fiegel
  • Install This MCP - Reduce Installation Friction with beautiful installation guides
  • Klavis AI - Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
  • MCP Badges โ€“ Quickly highlight your MCP project with clear, eye-catching badges, by Ironben
  • MCPProxy - Open-source local app that enables access to multiple MCP servers and thousands of tools with intelligent discovery via MCP protocol, runs servers in isolated environments, and features automatic quarantine protection against malicious tools.
  • MCPRepository.com - A repository that indexes and organizes all MCP servers for easy discovery.
  • mcp-cli - A CLI inspector for the Model Context Protocol by wong2
  • mcp-dockmaster - An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
  • mcp-get - Command line tool for installing and managing MCP servers by Michael Latman
  • mcp-guardian - GUI application + tools for proxying / managing control of MCP servers by EQTY Lab
  • MCP Linker - A cross-platform Tauri GUI tool for one-click setup and management of MCP servers, supporting Claude Desktop, Cursor, Windsurf, VS Code, Cline, and Neovim.
  • mcp-manager - Simple Web UI to install and manage MCP servers for Claude Desktop by Zue
  • MCP Marketplace Web Plugin MCP Marketplace is a small Web UX plugin to integrate with AI applications, Support various MCP Server API Endpoint (e.g pulsemcp.com/deepnlp.org and more). Allowing user to browse, paginate and select various MCP servers by different categories. Pypi | Maintainer | Website
  • mcp.natoma.ai โ€“ A Hosted MCP Platform to discover, install, manage and deploy MCP servers by Natoma Labs
  • mcp.run - A hosted registry and control plane to install & run secure + portable MCP Servers.
  • MCPHub - Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
  • MCP Router โ€“ Free Windows and macOS app that simplifies MCP management while providing seamless app authentication and powerful log visualization by MCP Router
  • MCP Servers Hub (website) - A curated list of MCP servers by apappascs
  • MCPServers.com - A growing directory of high-quality MCP servers with clear setup guides for a variety of MCP clients. Built by the team behind the Highlight MCP client
  • MCP Servers Rating and User Reviews - Website to rate MCP servers, write authentic user reviews, and search engine for agent & mcp
  • MCP Sky - Bluesky feed for MCP related news and discussion by @brianell.in
  • MCP X Community โ€“ A X community for MCP by Xiaoyi
  • MCPHub โ€“ An Open Source macOS & Windows GUI Desktop app for discovering, installing and managing MCP servers by Jeamee
  • mcpm (website) - MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients by Pathintegral
  • MCPVerse - A portal for creating & hosting authenticated MCP servers and connecting to them securely.
  • MCP Servers Search - An MCP server that provides tools for querying and discovering available MCP servers from this list.
  • Search MCP Server - Recommends the most relevant MCP servers based on the client's query by searching this README file.
  • MCPWatch - A comprehensive security scanner for Model Context Protocol (MCP) servers that detects vulnerabilities and security issues in your MCP server implementations.
  • mkinf - An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
  • Open-Sourced MCP Servers Directory - A curated list of MCP servers by mcpso
  • OpenTools - An open registry for finding, installing, and building with MCP servers by opentoolsteam
  • Programmatic MCP Prototype - Experimental agent prototype demonstrating programmatic MCP tool composition, progressive tool discovery, state persistence, and skill building through TypeScript code execution by Adam Jones
  • PulseMCP (API) - Community hub & weekly newsletter for discovering MCP servers, clients, articles, and news by Tadas Antanavicius, Mike Coughlin, and Ravina Patel
  • r/mcp โ€“ A Reddit community dedicated to MCP by Frank Fiegel
  • MCP.ing - A list of MCP services for discovering MCP servers in the community and providing a convenient search function for MCP services by iiiusky
  • MCP Hunt - Realtime platform for discovering trending MCP servers with momentum tracking, upvoting, and community discussions - like Product Hunt meets Reddit for MCP
  • Smithery - A registry of MCP servers to find the right tools for your LLM agents by Henry Mao
  • Toolbase - Desktop application that manages tools and MCP servers with just a few clicks - no coding required by gching
  • ToolHive - A lightweight utility designed to simplify the deployment and management of MCP servers, ensuring ease of use, consistency, and security through containerization by StacklokLabs
  • NetMind - Access powerful AI services via simple APIs or MCP servers to supercharge your productivity.
  • Webrix MCP Gateway - Enterprise MCP gateway with SSO, RBAC, audit trails, and token vaults for secure, centralized AI agent access control. Deploy via Helm charts on-premise or in your cloud. webrix.ai

๐Ÿš€ Getting Started

Using MCP Servers in this Repository

TypeScript-based servers in this repository can be used directly with npx.

For example, this will start the Memory server:

sh
npx -y @modelcontextprotocol/server-memory

Python-based servers in this repository can be used directly with uvx or pip. uvx is recommended for ease of use and setup.

For example, this will start the Git server:

sh
# With uvx
uvx mcp-server-git

# With pip
pip install mcp-server-git
python -m mcp_server_git

Follow these instructions to install uv / uvx and these to install pip.

Using an MCP Client

However, running a server on its own isn't very useful, and should instead be configured into an MCP client. For example, here's the Claude Desktop configuration to use the above server:

json
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

On Windows, wrap npx with cmd /c:

json
{
  "mcpServers": {
    "memory": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Additional examples of using the Claude Desktop as an MCP client might look like:

json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/files"]
    },
    "git": {
      "command": "uvx",
      "args": ["mcp-server-git", "--repository", "path/to/git/repo"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
    }
  }
}

On Windows, apply the same wrapper to each npx-based entry above by changing "command" to "cmd" and prepending "/c", "npx" to the existing args. Leave uvx entries unchanged.

๐Ÿ› ๏ธ Creating Your Own Server

Interested in creating your own MCP server? Visit the official documentation at modelcontextprotocol.io for comprehensive guides, best practices, and technical details on implementing MCP servers.

๐Ÿค Contributing

See CONTRIBUTING.md for information about contributing to this repository.

๐Ÿ”’ Security

See SECURITY.md for reporting security vulnerabilities.

๐Ÿ“œ License

This project is licensed under the Apache License, Version 2.0 for new contributions, with existing code under MIT - see the LICENSE file for details.

๐Ÿ’ฌ Community

โญ Support

If you find MCP servers useful, please consider starring the repository and contributing new servers or improvements!


Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements!

Installation

TypingMind
Prerequisites:

Node.js 18+

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

Available Tools

  • sequentialthinking

    $2d

Use Sequential Thinking MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once Sequential Thinking is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. You can run MCP locally on your device or connect to a remote MCP server URL.

Option 1: Use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add Sequential Thinking as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the Sequential Thinking MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the Sequential Thinking MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the Sequential Thinking MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Sequential Thinking to help me with this task?
Sequential Thinking
Sure. I read it.
Here is what I found using Sequential Thinking.

Option 2: Add an MCP server URL

Use this when Sequential Thinking is already hosted remotely or your team wants one shared connector that multiple users can access.

1

Open MCP connectors

In TypingMind, go to Plugins, open MCP connectors, then choose Add URL.

  1. Open TypingMind in your browser.
  2. Go to Plugins.
  3. Open MCP connectors.
  4. Click Add URL.
TypingMind Add Custom MCP Server URL form
2

Paste the server URL

Enter your server URL in the Server URL field. Add a connection name, description, icon, custom HTTP headers, or OAuth client settings if the server requires them.

  1. Paste your server URL into the Server URL field.
  2. Enter a connection name for Sequential Thinking.
  3. Add a description and icon if you want it to be easier to identify.
  4. Add custom HTTP headers or OAuth client details if the server requires authentication.
3

Create the connection

Click Create connection, then return to the Plugins list and confirm the new MCP connection is active.

  1. Click Create connection.
  2. Return to the MCP connectors list.
  3. Confirm the Sequential Thinking connection appears as active.
  4. Refresh the plugin list if the connection does not appear immediately.
4

Switch models without reconnecting

Start a chat with your preferred model, enable the Sequential Thinking tools from Plugins, and switch to another model whenever needed. The MCP connection stays available to the TypingMind workspace.

  1. Start a new chat in TypingMind.
  2. Select the AI model you want to use.
  3. Enable the Sequential Thinking tools from Plugins.
  4. Ask the model to use the tool when needed.
  5. Switch to another AI model and reuse the same MCP connection.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use Sequential Thinking to help me with this task?
Sequential Thinking
Sure. I read it.
Here is what I found using Sequential Thinking.

Frequently asked questions

What is the Sequential Thinking MCP server used for?

Sequential Thinking is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use Sequential Thinking MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use Sequential Thinking with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use Sequential Thinking MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Sequential Thinking connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect Sequential Thinking MCP to TypingMind?

Sequential Thinking can be connected in TypingMind with the local MCP connector or by adding a remote MCP server URL. Use the local connector when the server needs access to files, apps, or private resources on your device, and use a server URL when the MCP server is hosted remotely.

What tools does Sequential Thinking MCP provide in TypingMind?

Sequential Thinking exposes 1 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use Sequential Thinking MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Sequential Thinking requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter ๐Ÿ‘‡