@khalidsaidi/rootfetch-mcp
v0.1.0
Published
Local stdio MCP bridge for RootFetch immutable artifact tools.
Maintainers
Readme
RootFetch MCP (Local)
Local stdio MCP bridge for RootFetch immutable artifact tools.
This package is for MCP hosts that prefer a local stdio process while still using the canonical hosted RootFetch MCP endpoint.
Quick start
npx -y @khalidsaidi/rootfetch-mcp@latest rootfetch-mcpDefault remote endpoint:
https://rootfetch.com/mcp
Override:
ROOTFETCH_MCP_URL=https://rootfetch.com/mcp npx -y @khalidsaidi/rootfetch-mcp@latest rootfetch-mcpClaude Desktop config
{
"mcpServers": {
"rootfetch": {
"command": "npx",
"args": ["-y", "@khalidsaidi/rootfetch-mcp@latest", "rootfetch-mcp"],
"env": {
"ROOTFETCH_MCP_URL": "https://rootfetch.com/mcp"
}
}
}
}Remote MCP (no install)
claude mcp add --transport http rootfetch https://rootfetch.com/mcpTools
rootfetch.latestrootfetch.replay_indexrootfetch.run_manifestrootfetch.run_bundlerootfetch.compare_link
Environment variables
| Variable | Required | Description |
|---|---|---|
| ROOTFETCH_MCP_URL | No | Remote MCP endpoint (default: https://rootfetch.com/mcp) |
| ROOTFETCH_MCP_TIMEOUT_MS | No | HTTP timeout for forwarded calls (default: 30000) |
Links
- MCP docs:
https://rootfetch.com/docs/mcp - Public endpoints:
https://rootfetch.com/mcp,/mcp/health,/mcp/readyz - AIR:
https://rootfetch.com/.well-known/air.json
