Fulcra Context - Secure MCP Server by ALMC Security 2025

Fulcra Context

View on GitHub

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@latest" ] } } }

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).

Related in Other - Secure MCP Servers

ServerSummaryActions
BSC MultiSend MCPAn MCP server that enables agents to perform bulk BNB and BEP20 token transfers on BSC.View
EtsyThis project exposes a subset of the Etsy API through the Model Context Protocol. It allows tools to...View
PiAPIView
LacyLightsAn MCP (Model Context Protocol) server that provides AI-powered theatrical lighting design capabilit...View
Phone Carrier Detector一个用于检测中国手机号码运营商和归属地的 MCP (Model Context Protocol) 服务器。View
Stock AnalysisThis is a Model Context Protocol (MCP) server that provides stock analysis tools for Claude Desktop....View