Fulcra Context MCP Server
@fulcradynamics
About Fulcra Context MCP Server
This MCP server lets you access your Fulcra Context history -- health data, locations, and more - from your favorite LLM frontend or agentic framework.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fulcra_context": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.fulcradynamics.com/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Fulcra Context MCP Server?
An MCP server that provides tools and resources to call the Fulcra API using fulcra-api. It enables AI assistants to access your Fulcra Context data. Intended for developers who want to run the server locally, explore the code, or contribute.
How to use Fulcra Context MCP Server?
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.
Key features of Fulcra Context MCP Server
- 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
Use cases of Fulcra Context MCP Server
- Build AI assistants that query and act on Fulcra Context data
- Integrate Fulcra data into MCP‑compatible tools (e.g., Claude Desktop)
- Run a local MCP server for development or debugging
- Contribute to or extend the open‑source server
FAQ from Fulcra Context MCP Server
What is the public server URL?
The public instance runs at https://mcp.fulcradynamics.com/mcp.
How does OAuth2 authentication work?
The server handles the OAuth2 callback and maintains a mapping table so tokens are never leaked to MCP clients. It runs its own OAuth2 service between MCP clients.
What transports are supported?
When run alone or with FULCRA_ENVIRONMENT=stdio, the server uses stdio transport. Otherwise it uses Streamable HTTP transport.
Where can I get help or report issues?
Use the GitHub repo (fulcra-context-mcp), join the Discord (discord.com/invite/aunahVEnPU), or email [email protected].
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
Comments