Skip to main content
Glama

Fulcra Context MCP

fulcra-context-mcp: An MCP server to access your Fulcra Context data

This is an MCP server that provides tools and resources to call the Fulcra API using fulcra-api.

There is a public instance of this server running at https://mcp.fulcradynamics.com/mcp. See https://fulcradynamics.github.io/developer-docs/mcp-server/ to get started quickly. This repo is primarily for users who need to run the server locally, want to see under the hood, or want to help contribute.

When run on its own (or when FULCRA_ENVIRONMENT is set to stdio), it acts as a local MCP server using the stdio transport. Otherwise, it acts as a remote server using the Streamble HTTP transport. It handles the OAuth2 callback, but doesn't leak the exchanged tokens to MCP clients. Instead, it maintains a mapping table and runs its own OAuth2 service between MCP clients.

Remote Connection using Proxy

Claude for Desktop config:

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

Local Connection

Similar config using uvx: { "mcpServers": { "fulcra_context": { "command": "uvx", "args": [ "fulcra-context-mcp" ] } } }

Debugging

Bugs / Feature Requests

Please feel free to reach out via the GitHub repo for this project or join our Discord to reach out directly. Email also works (support@fulcradynamics.com).

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Use Fulcra Context MCP to access your health data, location, and more -- anything stored within Context By Fulcra -- via your favorite LLM or agentic framework

  1. Remote Connection using Proxy
    1. Local Connection
      1. Debugging
        1. Bugs / Feature Requests

          Related MCP Servers

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/fulcradynamics/fulcra-context-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server