Fractal Process Intelligence MCP
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
当前记录器工具
工具 | 用途 |
| 开启一次运行 |
| 记录智能体身份 / 可选元数据 |
| 记录引用的来源 + 谱系 |
| 记录主张立场 |
| 记录工具调用证据 |
| 完成 → X-Ray URL |
Claude Desktop(Windows)Alpha 设置
Claude Desktop → 设置 → 开发者 → 编辑配置
合并下面的 MCP 条目(不要清除其他配置键)。
保存。
完全退出 Claude(系统托盘 → 退出)。
重新打开 Claude。
设置 → 开发者应显示
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 或在讨论中回复。
请回答:
X-Ray 是否揭示了仅凭 AI 最终答案无法得知的重要信息?
你希望将其附加到你正常的研究或智能体工作流中吗?
可选:有什么令人困惑或误导的地方?
链接
资源 | URL |
研究实验室 | |
示例 X-Ray | |
MCP 端点 | |
健康检查 |
许可证
MIT — 参见 LICENSE。
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceProvides observability for multi-agent workflows by tracking hierarchical task structure, architectural decisions, reasoning, encountered problems, code modifications with Git diffs, and temporal metrics.42
- AlicenseCqualityCmaintenanceEnables acceptance gates for AI coding-agent runs by recording evidence, running deterministic validation, applying a quality gate, and rendering auditable outcomes.7Apache 2.0
- FlicenseNot gradedqualityBmaintenanceRecords all MCP tool interactions in a centralized ledger, enabling developers to trace, replay, inspect, and audit AI agent workflows.
- AlicenseNot gradedqualityAmaintenanceMakes 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.2MIT
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...
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/chevy155/fractal-process-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server