Retrieval-Augmented Thinking MCP Server
検索拡張思考MCPサーバー
構造化された検索拡張思考プロセスによってAIモデルの機能を強化するMCP(モデル・コンテキスト・プロトコル)サーバー実装。このサーバーは、動的な思考連鎖、並列探索パス、再帰的な改良サイクルを可能にし、推論と問題解決能力を向上させます。
特徴
適応型思考チェーン:分岐と修正機能により一貫した推論フローを維持します
反復的な仮説生成:仮説検定のための検証サイクルを実装する
コンテキストの一貫性: 非線形推論パス全体でコンテキストを維持する
ダイナミックスコープ調整:柔軟な探索と改良をサポート
品質評価:思考プロセスのリアルタイム評価
ブランチ管理: 並列探索パスを処理する
リビジョントラッキング: 再帰的な改良サイクルを管理します
Related MCP server: Sequential Thinking MVP Server
インストール
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貢献
貢献を歓迎します!貢献ガイドラインをお読みになり、プルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- ratB
Related MCP Servers
- AlicenseBquality-maintenanceProvides structured sequential thinking capabilities for AI assistants to break down complex problems into manageable steps, revise thoughts, and explore alternative reasoning paths.29
- AlicenseBquality-maintenanceEnables AI assistants to perform structured, step-by-step reasoning by breaking down complex problems into numbered thoughts, with support for revising previous steps and exploring alternative reasoning paths.5
- AlicenseAqualityBmaintenanceEnables structured step-by-step reasoning with branching, revisions, and self-critique to help break down complex problems into manageable steps with confidence tracking and thought history search.7416MIT
- AlicenseAqualityDmaintenanceProvides advanced AI reasoning capabilities through step-by-step thinking framework, enabling complex problem-solving with dynamic thought revision, multi-path reasoning, and adaptive planning for sophisticated analysis tasks.1MIT
Related MCP Connectors
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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