Skip to main content
Glama

Retrieval-Augmented Thinking MCP Server

by stat-guy

検索拡張思考MCPサーバー

構造化された検索拡張思考プロセスによってAIモデルの機能を強化するMCP(モデル・コンテキスト・プロトコル)サーバー実装。このサーバーは、動的な思考連鎖、並列探索パス、再帰的な改良サイクルを可能にし、推論と問題解決能力を向上させます。

特徴

  • 適応型思考チェーン:分岐と修正機能により一貫した推論フローを維持します
  • 反復的な仮説生成:仮説検定のための検証サイクルを実装する
  • コンテキストの一貫性: 非線形推論パス全体でコンテキストを維持する
  • ダイナミックスコープ調整:柔軟な探索と改良をサポート
  • 品質評価:思考プロセスのリアルタイム評価
  • ブランチ管理: 並列探索パスを処理する
  • リビジョントラッキング: 再帰的な改良サイクルを管理します

インストール

npm install @modelcontextprotocol/server-retrieval-augmented-thinking

使用法

コマンドライン

mcp-server-retrieval-augmented-thinking

プログラムによる使用

import { Server } from '@modelcontextprotocol/sdk/server'; import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio'; // Initialize and run the server const server = new Server({ name: 'retrieval-augmented-thinking', version: '0.1.0' }); // Connect transport const transport = new StdioServerTransport(); await server.connect(transport);

ツール構成

サーバーは、次のパラメータを持つツールを提供します。

  • thought (文字列):現在の推論ステップ
  • thoughtNumber (数字):推論の連鎖における位置
  • totalThoughts (数値): 推定範囲
  • nextThoughtNeeded (boolean): チェーン継続信号
  • isRevision (ブール値、オプション):改良ステップをマークする
  • revisesThought (数値、オプション): 参照対象の思考
  • branchFromThought (数値、オプション): 分岐の起点
  • branchId (文字列、オプション): ブランチ識別子
  • needsMoreThoughts (ブール値、オプション): スコープ拡張シグナル

高度な機能

思考連鎖分析

サーバーは思考連鎖の品質に関するさまざまな指標を追跡します。

  • チェーンの有効性
  • 改訂の影響
  • ブランチ成功率
  • 全体的な品質
  • 個人の思考指標(複雑さ、深さ、質、影響)

パターン認識

以下の思考パターンを分析します:

  • 推論構造
  • コンテキストの保存
  • 仮説検証
  • ソリューションの一貫性

発達

# Build npm run build # Watch mode npm run watch

貢献

貢献を歓迎します!貢献ガイドラインをお読みになり、プルリクエストを送信してください。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Tools

動的な思考チェーン、並列探索パス、再帰的な改良サイクルを可能にして推論を向上させる構造化された検索強化思考プロセスにより、AI モデルの機能を強化します。

  1. 特徴
    1. インストール
      1. 使用法
        1. コマンドライン
        2. プログラムによる使用
      2. ツール構成
        1. 高度な機能
          1. 思考連鎖分析
          2. パターン認識
        2. 発達
          1. 貢献
            1. ライセンス

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                Facilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.
                Last updated -
                2
                107
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                Enables iterative deep research by integrating AI agents with search engines, web scraping, and large language models for efficient data gathering and comprehensive reporting.
                Last updated -
                9
                249
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                Provides AI assistants with enhanced reasoning capabilities through structured thinking, persistent knowledge graph memory, and intelligent tool orchestration for complex problem-solving.
                Last updated -
                20
                412
                27
                TypeScript
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                Provide systematic thinking, mental models, and debugging approaches to enhance problem-solving capabilities. Enable structured reasoning and decision-making support for complex problems. Facilitate integration with MCP-compatible clients for advanced cognitive workflows.
                Last updated -
                11
                1
                JavaScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/stat-guy/retrieval-augmented-thinking'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server