Skip to main content

GitMem MCP Server - Token-Efficient Codebase Navigation for AI Agents

Project description

GitMem MCP (Manhattan)

Token-Efficient Codebase Navigation - MCP Server for the Manhattan Memory System.

Python 3.10+ License: MIT

GitMem MCP is a local Model Context Protocol (MCP) server that provides AI agents (Claude Desktop, Cursor, Windsurf, etc.) with a Virtual File System (VFS) backed by compressed, cached code context. It allows agents to understand large codebases while saving 50-80% on tokens.

Features

  • 🏗️ GitMem Context - Compressed semantic code skeletons (signatures, summaries, hierarchies).
  • 🔍 Hybrid Search - Semantic and keyword search across the entire codebase.
  • 📂 VFS Navigation - Browse and read files via token-efficient outlines and contexts.
  • 📝 Auto-Indexing - Automatically keeps the code index fresh after edits.
  • 📊 Token Analytics - Track token savings and repository indexing status.

Installation

pip install gitmem-mcp

Quick Start

1. Install GitMem MCP

pip install gitmem-mcp

2. Configure Your AI Client

Setting up GitMem MCP is a two-step process:

Step A: Register the Server (One-time)

Add GitMem MCP to your AI tool's global settings.

Claude Desktop Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitmem_mcp": {
      "command": "gitmem",
      "args": ["start"],
      "env": {
        "MANHATTAN_API_URL": "https://www.themanhattanproject.ai"
      }
    }
  }
}

Cursor Add to Cursor Settings > MCP:

  • Name: gitmem_mcp
  • Type: command
  • Command: gitmem start
  • Env:
    • MANHATTAN_API_URL: https://www.themanhattanproject.ai

VS Code / GitHub Copilot Add to mcp.json or your MCP settings:

{
  "servers": {
    "gitmem_mcp": {
      "command": "gitmem",
      "args": ["start"],
      "env": {
        "MANHATTAN_API_URL": "https://www.themanhattanproject.ai"
      }
    }
  }
}

Step B: Apply Project Rules (Per Project)

Run the setup command in your project root to ensure the agent follows the mandatory indexing policy.

# For Cursor
gitmem setup cursor

# For Claude
gitmem setup claude

# For Gemini (Antigravity)
gitmem setup gemini

# For GitHub Copilot
gitmem setup copilot

# For Windsurf
gitmem setup windsurf

# For all supported clients
gitmem setup all

3. Start Navigating!

Once configured, your AI agent can use GitMem MCP to understand your codebase efficiently.

Example Usage

Searching for code:

User: How does the authentication flow work?
AI: *calls search_codebase "authentication flow"*
    I found the authentication logic in `auth.py`. 
    Let me read the context for you...

Understanding a file:

User: Summarize the main functions in server.py
AI: *calls get_file_outline "src/server.py"*
    The server.py file contains:
    - `start_server()`: Initializes the FastMCP instance...
    - `api_usage()`: Returns usage statistics...

Saving tokens:

User: Read the implementation of the memory builder.
AI: *calls read_file_context "src/builder.py"*
    (Returns a compressed semantic skeleton, saving 70% tokens)
    The memory builder uses a two-phase ingestion process...

Configuration Options

Environment Variable Description Default
MANHATTAN_API_KEY Your API key (if using cloud embeddings) -
MANHATTAN_API_URL Custom API URL (optional) Gradio Endpoint
MANHATTAN_MEM_PATH Storage path for memory/index ~/.gitmem-mcp/data
MANHATTAN_TIMEOUT Request timeout (seconds) 120

CLI Commands

# Start the MCP server (default)
gitmem start

# Set up client rules (Cursor, Claude, etc.)
gitmem setup [client]

# Show version
gitmem --version

# Show help
gitmem --help

License

MIT License - see LICENSE for details.

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gitmem_mcp-0.0.1-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

gitmem_mcp-0.0.1-cp314-cp314-win32.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86

gitmem_mcp-0.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

gitmem_mcp-0.0.1-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gitmem_mcp-0.0.1-cp314-cp314-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

gitmem_mcp-0.0.1-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

gitmem_mcp-0.0.1-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86

gitmem_mcp-0.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

gitmem_mcp-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gitmem_mcp-0.0.1-cp313-cp313-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

gitmem_mcp-0.0.1-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

gitmem_mcp-0.0.1-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

gitmem_mcp-0.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

gitmem_mcp-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gitmem_mcp-0.0.1-cp312-cp312-macosx_10_13_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

gitmem_mcp-0.0.1-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gitmem_mcp-0.0.1-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

gitmem_mcp-0.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

gitmem_mcp-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gitmem_mcp-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

gitmem_mcp-0.0.1-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

gitmem_mcp-0.0.1-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

gitmem_mcp-0.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (12.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

gitmem_mcp-0.0.1-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gitmem_mcp-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file gitmem_mcp-0.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ad757badfaac1c7b9691583ca94d92af00af43e808cf16245e49f1be63cb6b76
MD5 c19599f1b6924a70449d15f0202e0f41
BLAKE2b-256 01ef33a39ab53fc8f46926e3e729ee4fe2b406cc93dff3c3b5458b3ecc18a22e

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d4185124b46f6c842594a3102fa7541a573d2c26d33d46ca0933c5d91fcd718f
MD5 7d90f4267780f9f1e87b7cbc0bb277ca
BLAKE2b-256 a73c1cebbb934d033354cbec074e052844f3c4f17c199a7ed57c18c6ad028c7a

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff5eced468cac16cb1d31c3f41800f2ab4c9f75752bfd3584b88cfa942978fbe
MD5 5a23ea82889f67adc43b4afc1a412b50
BLAKE2b-256 3b03c24bc3dfc89bda31ee0bcbb34076fb96f1c3996f5d7aa72236dff4f8650d

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c71c2d0f3f0676c8228802a8915818ee1c08ffdb9d705b8d10c3510859914404
MD5 0f8a28b634a1a6ae53abd96e1a039ad1
BLAKE2b-256 f4c535ed17a68e4fd9e0a9853496bb0096fcfdc6334106196f366593f22db489

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9d72b571933db16bfa08a321627c3efad71ed1d7f3436cc9913b640bf6e243b0
MD5 c26de539583687bfbda99bfe64b78a3e
BLAKE2b-256 84c96272e17dd1eaf3336ccfb5458b22f74a792ba6a4d184f2cb28441e3c6bda

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 91d3f647686e329c96aed379428405ddbd94c64dc9be63f9c4082350e514d21f
MD5 b48f2215d2f2e15c600b33b78be162f9
BLAKE2b-256 01c24975fa74f4ad5c51792406d52d87099f96d20703bd23c0c3590d80c4c84d

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7a27e5d59a18ac918aeb2f9f6ed8f32fc0e13b2440158982ad268d88280693bb
MD5 9dbd7af7abd43619f16540cccfaa6e7e
BLAKE2b-256 753fde76e62c62d17d06745bbfd57a96a778cf9c329b0ab32999d84c1b3ecf58

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8d64f17799a64752a5f8728dbc2f5b5129e695347949bb9cb20bfe166eca177
MD5 79f357bdc41e1e25e460ff9c0205ed90
BLAKE2b-256 8f4f9b00bd0a946c82e99133d214a93f5fc7942e6a7f4f6cea0b296c5e0a23cd

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2618bb38864859e759e5a170a3db0ff81df592612d50945ff67d34cce54211d4
MD5 d28734662f43964cb9bf6e095fe29298
BLAKE2b-256 84164cf0699e7a604b0bd043d83b0955426a8c9e9aca4897a0a379b774505a42

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8743121b48cd13761e32c52ddfedb9e38ddb017142d8510a933187c09568783e
MD5 5be26a19c3bee6d38aa297fb21320ee2
BLAKE2b-256 3c72d0aba661b709064cba25b93c45bd536a019f3138e97d16505da32d419538

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e7f9bbdaa75efede6693fad9d4826d1d5d4aa2511804e9042a6c78d645d62a2c
MD5 31b4b7a9f4a82f08f3724ac57ff6166e
BLAKE2b-256 fc9e8e771aad9a40ffb430103732780527dcd200b3394d5ec9de8893e5893d21

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a0374349c017ba8e5598dbe2f65b2c026e7f202ffc067ae1ec7a61d89cb3d88f
MD5 9fb985a4dc8bcad17031bd5c80135560
BLAKE2b-256 5b5b1e22d4f687e352415b12430292bde5b480f66708ee11ad828e4b26c5a8e2

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97c98c9c0b7bfc5d0b9310699a885d76c10825bdb946998a38a150c2ee32a83c
MD5 a0062721f29e9f624edc0266cb03916a
BLAKE2b-256 a7911e787956516af2871dfe4cf5ae1d7118dfe6f1d574153d8a455eeb88ba38

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a90737cf15592037eeb19ec864228b54fe4df958bf659e9047e5847b210775c
MD5 403ad1df7077dc14964072940491b482
BLAKE2b-256 6be12c5804aa2873c4c3fc1c8e05747e90bf6a6ceeddd88b7728e6dc17abb2a7

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ee9a458d38e4017f67c7b246bbe942ea9da4e673d1f50204e7891846ee60c125
MD5 159076aed14c5e500cf9f0d38ac1f908
BLAKE2b-256 4f2ad30f5c0ec6a513e828bac1d4426da1e5dd7dc0843e57ab821a48e4d83ad9

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b3c2033a1053264cebefa1d4287089d2cfe4a5c7d8608782b90b3a3ffdbb60d
MD5 3eb9f54598bdd029b14c9520288f2cd2
BLAKE2b-256 358e197d43e4e0bd4498fe7967d4cbdc0c8bb821479cbd77aa8e9f867a618106

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ffca5949426318180d9afbcdbf2f87a4f963088ff244a9c82707d6839d34f1f8
MD5 49c86ca6192d4f2d41e5db08cfccc4bd
BLAKE2b-256 329851981a870403261e7aa51637ae0341a84596eff2c22be0455d24b7c35606

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 637427662795104a8f2485d8a2aa37f4df0fa4a94a40a3ae8014207b96857a8b
MD5 4f136e3300367eea982548d4346e045c
BLAKE2b-256 2e2e132a9d9df9a862b03a6617cda057e3ce1439837d85718b22aab318217616

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3efc8c5025c12d1d00d622dcdb7a899865d80966279e583edfed39f50ee9f22
MD5 d177daf35044aed43970c6caf0560c4f
BLAKE2b-256 475aa80808b97a112a32cf5cc4833f8d67cbc92b1e63cfd664d820a833ed82a4

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dee5120f24922e68252316561172683f63a02afebd095bb664f9ba13b4c8e53c
MD5 74ac60b02edabe7d11c74c2d11bec266
BLAKE2b-256 062c4021b5695ad7357273c97433f03cfd20085bdd6d9cce6029a5f28e8c55af

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e0728521b4a40fa1cf892a0dd49cba87a2d8b89d524ba64875d37691b2c61b24
MD5 9d854fbb23d52de01451a7b5724f164e
BLAKE2b-256 06688e321f04ab915e479a97c4deb6aa0389bac13cfe4a30a451bdfe9f4779d4

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gitmem_mcp-0.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d45e73e92e437af0f7809057865a00bdd0959c701fd4b0c1e09a4bf90090fa59
MD5 00fb6144754f81ba11c5acfda344bbae
BLAKE2b-256 eb1e58da93409cba55b212749563766584e7c05283752973bfd829d5dce6e505

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89a2c83ef9f551926b4fc9fb6c67afe3b189ae82295d2937b7bf0c5ef2b7401a
MD5 56ad10821ed759d9c850abc8b900ce17
BLAKE2b-256 be3fe802e47b60c193e6cee30e6c00f6e54eb09f9d3da8363416d9ec8d87e6d5

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d6066103648f53727e64cc453055a615a58d32371b13f1dba1bbcb60309c9d0
MD5 a0109070e7939a24159139678574f46e
BLAKE2b-256 da01ea9d6bca4ee4646639c36d8da76bb3d0038cf2eee06ff202572d5cfc3ea2

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gitmem_mcp-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e16423aefba927dfef86b3b1998d5a5b090c870f14c8c39bb41708767745bdf7
MD5 2210d3f7d225b25a8a97ab0b5714e318
BLAKE2b-256 1446b8abbc3c64d32a3a8d2f247284286b8872c8185df1b6aa41a58eccd5876f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page