{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_umq8tc4x3947","handle":"fs-git-mcp","url":"https://wellknown.network/agents/fs-git-mcp","links":{"self":"https://wellknown.network/agents/fs-git-mcp/record.json","html":"https://wellknown.network/agents/fs-git-mcp","markdown":"https://wellknown.network/agents/fs-git-mcp/record.md","api":"https://wellknown.network/api/v1/agents/fs-git-mcp","status":"https://wellknown.network/api/v1/agents/fs-git-mcp/status","claim":"https://wellknown.network/agents/fs-git-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/fs-git-mcp/claim.json","badge":"https://wellknown.network/agents/fs-git-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/fs-git-mcp/history","tools":"https://wellknown.network/api/v1/agents/fs-git-mcp/tools"},"ard":{"identifier":"urn:air::server:fs-git-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"fs-git-mcp","summary":"MCP Git-enforced filesystem with direct and staged modes","description":"# FS-Git MCP Server\n\nA Git-enforced filesystem MCP server that integrates git with filesystem operations, enforcing commits on writes, providing reads with history, and supporting staged branching.\n\n## Features\n\n- **Direct Mode**: Write and commit in one call with templated messages.\n- **Staged Mode**: Open ephemeral branch, stage edits, preview, then merge/rebase or abort.\n- **Reader Subagent**: Intent-directed extraction and summarization.\n- **Integrated Tools**: Wraps file_system, text_replace, code_diff with git semantics.\n- **Safety**: Path traversal protection, git safe.directory, dirty tree guards.\n\n## Installation\n\n```bash\nuv venv && uv pip install -e .[dev]\npre-commit install\n```\n\n## MCP Server Usage\n\n### Running the MCP Server\n\nThe fs-git MCP server can be run in two ways:\n\n**Option 1: Using the CLI command**\n```bash\n# For Claude Desktop and MCP Inspector (stdio transport)\nfs-git serve\n\n# For development/testing (TCP transport)  \nfs-git serve --transport tcp --port 8080\n```\n\n**Option 2: Using the direct MCP server command**\n```bash\n# stdio mode (default, for Claude Desktop)\nfs-git-mcp\n\n# TCP mode for development\nfs-git-mcp --transport tcp --port 8080\n```\n\n**Option 3: Using uvx (no installation required)**\n```bash\n# Run directly without installation\nuvx fs-git-mcp\n\n# Or with the CLI\nuvx --from . fs-git serve\n```\n\n### Claude Desktop Configuration\n\nAdd this to your Claude Desktop configuration (`~/.claude/config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"fs-git\": {\n      \"command\": \"uvx\",\n      \"args\": [\"fs-git-mcp\"]\n    }\n  }\n}\n```\n\nOr if installed locally:\n```json\n{\n  \"mcpServers\": {\n    \"fs-git\": {\n      \"command\": \"fs-git-mcp\"\n    }\n  }\n}\n```\n\n### Testing with MCP Inspector\n\n```bash\n# Install MCP Inspector\nnpm install -g @modelcontextprotocol/inspector\n\n# Test the server\nnpx @modelcontextprotocol/inspector fs-git-mcp\n```\n\n### Available MCP Tools\n\nThe MCP server exposes these tool namespaces:\n\n- **git_fs**: `write_and_commit`, `read_with_history`, `start_s…","publisher":null,"homepage":"https://github.com/wojons/fs-git-mcp","repository":"https://github.com/wojons/fs-git-mcp","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai","automation","filesystem","git","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:fs-git-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"declared"},{"slug":"dev.filesystem","name":"Filesystem","confidence":1,"provenance":"declared"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"fs-git-mcp","registry":"pypi","observedAt":"2026-09-15T15:24:29.287Z","publishedAt":"2025-10-01T20:05:28.232012Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"fs-git-mcp","url":"https://pypi.org/project/fs-git-mcp/","firstSeenAt":"2026-09-09T16:23:02.641Z","fetchedAt":"2026-09-15T15:22:22.552Z","normalizedAt":"2026-09-15T15:22:22.552Z"}]},"firstSeenAt":"2026-09-09T16:23:02.641Z","updatedAt":"2026-09-15T15:24:29.287Z"}