Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lifewheel-us]
url = "https://lifewheel.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lifewheel-us": {
"type": "http",
"url": "https://lifewheel.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lifewheel-us
Remote MCP URL: https://lifewheel.us/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lifewheel-us": {
"url": "https://lifewheel.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lifewheel-us": {
"type": "http",
"url": "https://lifewheel.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lifewheel-us",
"transport": "streamable-http",
"url": "https://lifewheel.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
start_wheel_demo— Start a short life-wheel demo for anyone who hasn't created a LifeWheel profile yet.render_demo_wheel— Render the user's life wheel from scores they just entered.explain_sphere— Return a short explanation of what one of the 8 LifeWheel life spheres means, with a reflection question.search— Search across LifeWheel data: goals, tasks, journal, mood, decisions, vision items, spheres, history.fetch— Fetch a single LifeWheel record by id.show_wheel— PREFERRED WAY to surface the user's life wheel.show_goal— Fetch full goal details — title, sphere, progress, deadline, tasks — and return them as rich markdown plus structured data.analyze_wheel— Call this when the user wants to understand where they stand, or vaguely feels 'off'.