Back to Apps

Firm Remote MCP
by 42futures
Provide AI agents remote access to Firm workspaces via Git-backed persistence and OAuth authentication.
0 stars
Works in:claude
Exposes:ToolsResources
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
Choose your AI client and follow the steps below.
Claude Desktop
Configure as a remote server using the deployed Cloud Run URL and configured OAuth Client ID/Secret.





