
Firm Remote MCP
by 42futures
Provide AI agents remote access to Firm workspaces via Git-backed persistence and OAuth authentication.
What it does
Enables AI agents to remotely access and modify Firm workspaces. It uses a Git repository as a data layer, ensuring that all agent writes are captured as atomic commits on a dedicated branch, allowing humans to review and merge changes safely.
Tools
Exposes the core firm_mcp crate tools for workspace management, including:
- Entity management (adding/listing entities)
- Source management (writing/replacing/deleting sources)
- Workspace querying and searching
Installation
Deploy to Google Cloud Run using the provided deploy.sh. Once deployed, add the following to your claude_desktop_config.json (assuming OAuth support):
{
"mcpServers": {
"firm-remote": {
"url": "https://<your-service>.run.app/mcp"
}
}
}
Supported hosts
- Claude
Quick install
./deploy.shInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






