πŸ”§

Sequential Thinking

πŸ”§MCP Server

kiennd/reference-servers

VibeIndex|
What it does

Enables dynamic problem-solving by generating and executing sequences of interconnected thoughts, allowing LLMs to break down complex tasks into structured, reflective reasoning steps.

localhosted

Installation

npxRun with npx
npx -y @modelcontextprotocol/server-memory
uvxRun with uvx (Python)
uvx mcp-server-git
pip installInstall Python package
pip install mcp-server-git
PythonRun Python server
python -m mcp_server_git
Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "memory": { "command": "npx", "args": ["-y",...
πŸ“– Extracted from kiennd/reference-servers README
5,249
AddedJan 26, 2026