Skip to main content
Glama
chevy155

Fractal Process Intelligence MCP

by chevy155

Fractal Process Intelligence — 研究 Alpha

Fractal 衡量的是:额外的 AI 是否真的创造了额外的智能。

Fractal 并不是要让 AI 变得更聪明。它观察研究过程,并生成一份 X-Ray,揭示一份打磨精美的最终答案可能隐藏的内容。

核心问题:额外的 AI 是否真的创造了额外的独立智能?

本仓库是 Fractal Research MCP(记录器/观察器)的公开分发面。远程实时端点已托管;本仓库说明如何连接并提供反馈。

研究 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 计费或 token 美元成本

健康检查会声明 "inference":"none"


公开 MCP 端点

https://mcp.fractalinfinity.io/mcp

健康检查:https://mcp.fractalinfinity.io/health

当前记录器工具

工具

用途

fractal_start_run

开启一次运行

fractal_record_agent

记录智能体身份 / 可选元数据

fractal_record_source

记录引用的来源 + 谱系

fractal_record_claim

记录主张立场

fractal_record_tool

记录工具调用证据

fractal_finish_run

完成 → X-Ray URL


Claude Desktop(Windows)Alpha 设置

  1. Claude Desktop → 设置 → 开发者 → 编辑配置

  2. 合并下面的 MCP 条目(不要清除其他配置键)。

  3. 保存。

  4. 完全退出 Claude(系统托盘 → 退出)。

  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 会打开它实际读取的文件。在 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 的最终答案。再打开 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