Fulcra Context
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Fulcra ContextCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





