Skip to main content
Glama
chevy155

Fractal Process Intelligence MCP

by chevy155

Fractal Process Intelligence — Research Alpha

Fractalは、追加のAIが実際に追加の知能を生み出したかどうかを測定します。

FractalはAIをより賢くしようとはしていません。研究プロセスを観察し、洗練された最終回答が隠しているかもしれないものをX-Rayで可視化します。

主要な問い: 追加のAIは実際に追加の独立した知能を生み出したのか?

このリポジトリは、Fractal Research MCP(レコーダー/オブザーバー)の公開配布面です。ライブのリモートエンドポイントはすでにホストされています。このリポジトリは、接続方法とフィードバックの提供方法を文書化しています。

Research Alpha: これは進行中の研究実験であり、検証済みの商用製品ではありません


機能

Fractal Process Intelligence MCPはレコーダー/オブザーバーのみです。

互換性のあるAIクライアントは、観察可能な研究プロセスの成果物を記録できます:

  • 参加エージェント

  • 意味のあるソース

  • 主張

  • 不確実性

  • 不一致

  • ツール使用

次に、finish_runがプロセスX-Ray(ホストされたレポートURL)をコンパイルします。

公開製品ページ: fractalinfinity.io/research-lab.html
サンプルX-Ray: fractalinfinity.io/report/sample.html


Related MCP server: AI Workbench MCP

行わないこと

  • AIモデルを呼び出さない(Anthropic / OpenAI / Geminiの推論なし)

  • あなたに代わってモデル推論を購入しない

  • プロバイダーのAPIキーを必要としない

  • 隠れたchain-of-thoughtを検査しない

  • エージェントを自動的に生成しない

  • Claude/OpenAIの請求またはトークンのドルコストを見積もらない

ヘルスチェックは"inference":"none"を通知します。


公開MCPエンドポイント

https://mcp.fractalinfinity.io/mcp

ヘルス: https://mcp.fractalinfinity.io/health

現在のレコーダーツール

ツール

目的

fractal_start_run

ランを開く

fractal_record_agent

エージェントのID / 任意のメタデータを記録

fractal_record_source

引用されたソース+系統を記録

fractal_record_claim

主張のスタンスを記録

fractal_record_tool

ツール呼び出しの証拠を記録

fractal_finish_run

確定 → X-Ray URL


Claude Desktop (Windows) alphaセットアップ

  1. Claude Desktop → 設定 → 開発者 → Edit Config

  2. 以下のMCPエントリをマージします(他の設定キーを消去しないでください)。

  3. 保存します。

  4. Claudeを完全に終了します(システムトレイ → Quit)。

  5. Claudeを再度開きます。

  6. 設定 → 開発者にfractal-process-intelligenceが実行中と表示されるはずです。

{
  "mcpServers": {
    "fractal-process-intelligence": {
      "command": "C:\\Program Files\\nodejs\\npx.cmd",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.fractalinfinity.io/mcp"
      ]
    }
  }
}

参照: examples/claude-desktop.mcp.fragment.json

Microsoft Store版のClaudeは、パッケージのLocalCacheパスに設定を保存する場合があります。Claudeが実際に読み取るファイルを開くように、Edit Configを優先してください。Windowsでは完全なnpx.cmdパスを使用してください。


研究指示の例

接続後、新しい研究会話に貼り付けます:

Use Fractal Process Intelligence to record this research run.

Record the participating agents, meaningful sources, important claims,
uncertainty, disagreement and significant tool usage.

Finish the run and return the Fractal X-Ray URL.

Do not interpret the X-Ray for me before I open it.

次に、通常の研究質問をします。最初にAIの最終回答を読み、2番目にX-Rayを開きます。


プライバシー / セキュリティ境界

Fractalは、MCPツールを通じて明示的に送信された成果物のみを記録します。

すべてのClaude(または他の)会話を自動的に記録するわけではありません。通常のチャットでは、Fractalランを開始せず、そのツールを呼び出さないでください。


フィードバック(研究の問い)

GitHub Issueを開くか、ディスカッションで返信してください。

以下の質問にお答えください:

  1. X-Rayは、最終的なAI回答だけでは知り得なかった重要な何かを明らかにしましたか?

  2. これを通常の研究またはエージェントワークフローに組み込みたいと思いますか?

任意: 混乱を招いた点や誤解を招く点はありましたか?


リンク


ライセンス

MIT — LICENSEを参照してください。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides observability for multi-agent workflows by tracking hierarchical task structure, architectural decisions, reasoning, encountered problems, code modifications with Git diffs, and temporal metrics.
    42
  • F
    license
    Not graded
    quality
    B
    maintenance
    Records all MCP tool interactions in a centralized ledger, enabling developers to trace, replay, inspect, and audit AI agent workflows.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Makes AI research agents accountable by giving every conclusion a traceable argument graph. Provides a persistent argument graph where claims require grounds and warrants for auditable, verifiable reasoning.
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

  • Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

  • Hash-chained HMAC-signed audit log MCP for A2A (agent-to-agent) calls. Every tool-call, agent-ha...

View all MCP Connectors

Latest Blog Posts

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/chevy155/fractal-process-intelligence-mcp'

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