Fulcra Context

by fulcradynamics

247 downloads
Not rated
GitHub

About

Fulcra Context MCP server for accessing your personal health, workouts, sleep, location, and more, all privately. Built around [Context by Fulcra](https://www.fulcradynamics.com/).

Details

Author
fulcradynamics
Downloads
247
Categories
Developer Tools, Other, Productivity

- Provides tools and resources to access Fulcra API
- Supports both stdio and Streamable HTTP transports
- Handles OAuth2 callback without leaking tokens to clients
- Manages its own OAuth2 service between MCP clients
- Public hosted instance available for quick start

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Fulcra Context
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Use the public instance at https://mcp.fulcradynamics.com/mcp for quick setup, or run the server locally. The server switches between stdio transport (when run alone or with FULCRA_ENVIRONMENT=stdio) and Streamable HTTP transport otherwise.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "fulcra context": {
            "fulcra_context": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-remote",
                    "https://mcp.fulcradynamics.com/mcp"
                ]
            }
        }
    }
}

McpServers

{
    "fulcra_context": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-remote",
            "https://mcp.fulcradynamics.com/mcp"
        ]
    }
}

What can you do with Fulcra Context MCP?

- Access your Fulcra context data— Ask your assistant to retrieve your personal context data through the Fulcra API using the MCP server’s tools and resources.
- Connect via a public remote instance— Point an OAuth2-capable MCP client tohttps://mcp.fulcradynamics.com/mcpto use the hosted server without running anything locally.
- Run the server locally— Useuvx fulcra-context-mcp@latestto start a local instance over stdio transport for direct integration with clients like Claude Desktop.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.