Fulcra Context

By fulcradynamicsCreated 16 days ago
starstarstarstarstar

Access personal health, workouts, sleep, location, and more via Fulcra Context—privately.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

Health TrackingFitness DataPersonal Activity TrackerPrivacy

What is Fulcra Context?

Fulcra Context is an MCP (Model Context Protocol) server that provides secure access to personal health, workouts, sleep, location, and other personal data via the Fulcra API. It ensures privacy while allowing users to retrieve and manage their contextual data.

How to use Fulcra Context?

  1. Remote Connection:
    • Use a proxy like Claude for Desktop by adding the server configuration to access the public instance at https://mcp.fulcradynamics.com/mcp.
    {
        "mcpServers": {
            "fulcra_context": {
                "command": "npx",
                "args": ["-y", "mcp-remote", "https://mcp.fulcradynamics.com/mcp"]
            }
        }
    }
    
  2. Local Connection:
    • Run the server locally using uvx:
    {
        "mcpServers": {
            "fulcra_context": {
                "command": "uvx",
                "args": ["fulcra-context-mcp@latest"]
            }
        }
    }
    

Key features of Fulcra Context?

  • Secure access to personal health, fitness, sleep, and location data
  • Privacy-focused OAuth2 handling to protect tokens
  • Remote and local server usage flexibility
  • Integration with Model Context Protocol (MCP)
  • Debugging support via MCP Inspector and mcp-remote tools

Use cases of Fulcra Context?

  1. Health Monitoring: Securely track and analyze personal health metrics.
  2. Fitness Tracking: Manage workout data and progress privately.
  3. Sleep Analysis: Access and monitor sleep patterns discretely.
  4. Location Services: Retrieve location-based data securely.
  5. Developer Integrations: Build applications that require personal context data with strong privacy guarantees.

FAQ from Fulcra Context?

  • Is Fulcra Context free to use?

    The project is open-source, and the public instance is available for use. Self-hosting is also an option.

  • How private is my data with Fulcra Context?

    Fulcra Context is designed with privacy in mind, ensuring that tokens and personal data are securely managed.

  • Can I contribute to Fulcra Context?

    Yes! Contributions are welcome via GitHub, Discord, or by contacting support@fulcradynamics.com.