streamable-httpupdated 13d ago
Fractal measures whether additional AI actually created additional intelligence.
What can you do with Fractal Process Intelligence?
Fractal Process Intelligence — Research Alpha
Fractal measures whether additional AI actually created additional intelligence.
Fractal is not trying to make AI smarter. It observes research process and produces an X-Ray of what a polished final answer may hide.
Primary question: Did additional AI actually create additional independent intelligence?
This repository is the public distribution surface for the Fractal Research MCP (recorder/observer). The live remote endpoint is already hosted; this repo documents how to connect and give feedback.
Research Alpha: This is an active research experiment, not a validated commercial product.
What it does
Fractal Process Intelligence MCP is recorder/observer only.
Compatible AI clients can record observable research-process artifacts:
- participating agents
- meaningful sources
- claims
- uncertainty
- disagreement
- tool usage
Then finish_run compiles a process X-Ray (hosted report URL).
Public product page: fractalinfinity.io/research-lab.html
Sample X-Ray: fractalinfinity.io/report/sample.html
What it does NOT do
- Call AI models (no Anthropic / OpenAI / Gemini inference)
- Buy model inference on your behalf
- Require provider API keys
- Inspect hidden chain-of-thought
- Automatically spawn agents
- Estimate Claude/OpenAI billing or token dollar cost
Health check advertises "inference":"none".
Public MCP endpoint
https://mcp.fractalinfinity.io/mcp
Health: https://mcp.fractalinfinity.io/health
Current recorder tools
| Tool | Purpose |
|---|---|
fractal_start_run |
Open a run |
fractal_record_agent |
Record agent identity / optional metadata |
fractal_record_source |
Record a cited source + lineage |
fractal_record_claim |
Record claim stance |
fractal_record_tool |
Record tool-call evidence |
fractal_finish_run |
Finalize → X-Ray URL |
Claude Desktop (Windows) alpha setup
- Claude Desktop → Settings → Developer → Edit Config
- Merge the MCP entry below (do not wipe other config keys).
- Save.
- Fully quit Claude (system tray → Quit).
- Reopen Claude.
- Settings → Developer should show
fractal-process-intelligencerunning.
{
"mcpServers": {
"fractal-process-intelligence": {
"command": "C:\\Program Files\\nodejs\\npx.cmd",
"args": [
"-y",
"mcp-remote",
"https://mcp.fractalinfinity.io/mcp"
]
}
}
}
See also: examples/claude-desktop.mcp.fragment.json
Microsoft Store builds of Claude may store config under a package LocalCache path; prefer Edit Config so Claude opens the file it actually reads. Use the full npx.cmd path on Windows.
Example research instruction
Paste into a new research conversation after connecting:
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.
Then ask your normal research question. Read the AI’s final answer first. Open the X-Ray second.
Privacy / security boundary
Fractal records only artifacts explicitly sent through its MCP tools.
It does not automatically record every Claude (or other) conversation. For normal chats, do not start a Fractal run / do not invoke its tools.
Feedback (the research question)
Open a GitHub Issue or reply in discussions.
Please answer:
- Did the X-Ray reveal something consequential you would not have known from the final AI answer alone?
- Would you want this attached to your normal research or agent workflow?
Optional: what was confusing or misleading?
Links
| Resource | URL |
|---|---|
| Research Lab | https://fractalinfinity.io/research-lab.html |
| Sample X-Ray | https://fractalinfinity.io/report/sample.html |
| MCP endpoint | https://mcp.fractalinfinity.io/mcp |
| Health | https://mcp.fractalinfinity.io/health |
License
MIT — see LICENSE.
Install
Add Fractal Process Intelligence to your client. Pick the one you use.
claude mcp add --transport http fractal-process-intelligence https://mcp.fractalinfinity.io/mcpcodex mcp add fractal-process-intelligence --url https://mcp.fractalinfinity.io/mcp{
"mcpServers": {
"fractal-process-intelligence": {
"url": "https://mcp.fractalinfinity.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fractal-process-intelligence": {
"type": "http",
"url": "https://mcp.fractalinfinity.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fractal-process-intelligence": {
"url": "https://mcp.fractalinfinity.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fractal-process-intelligence": {
"serverUrl": "https://mcp.fractalinfinity.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Aug 26, 2026 |