This MCP server lets you access your Fulcra Context history -- health data, locations, and more - from your favorite LLM frontend or agentic framework.
Server Config
{
"mcpServers": {
"fulcra_context": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.fulcradynamics.com/mcp"
]
}
}
}