Fulcra Context MCP Server
@fulcradynamics
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fulcra_context": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.fulcradynamics.com/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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].
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论