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.2-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

gitmem_mcp-0.0.2-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.2-cp314-cp314-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gitmem_mcp-0.0.2-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.2-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

gitmem_mcp-0.0.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gitmem_mcp-0.0.2-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.2-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

gitmem_mcp-0.0.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gitmem_mcp-0.0.2-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.2-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

gitmem_mcp-0.0.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gitmem_mcp-0.0.2-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.2-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

gitmem_mcp-0.0.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

gitmem_mcp-0.0.2-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.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ff613c447ffe294c0efc4d69c765b43c3b8dc875729d5b647212a881fb69a263
MD5 bae6b6f52c9de53699bf48109fa055e4
BLAKE2b-256 859245012dae0a9a9dd5c5281639af32128bcb8ab5f824d7e245741b752d5d8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6141cdeea2fb53d500769e274d5fcc82747655bd8ba5db85432a2919ae855497
MD5 e985200202e7af482f80343c5aff9b8e
BLAKE2b-256 1b926eb302e8e73d6457f5d757b0725c9fbcdf1b2f1d47c20d8120ab8d0363c0

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.2-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.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0279470a98de0286acc5cc5d16f06618cca10107f138b31b0b14c108b57f1c33
MD5 a0cb65353d1867887da0534d2e6f5a55
BLAKE2b-256 ef1956f4d28ddc2ad5a0ebb1f53ce20804c378c4a080e37b8b4c6cc682bd58e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a88f755d04309261bc0d322e9c97ea7a332c58fd50213f0a28a878a5c7278e7f
MD5 32f5c2bcb2edabec48724d127624ee92
BLAKE2b-256 9baf8828138239cdaf109d3f9ea2f8f743b954028c2f7fcbd59031c05ea70ece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6d33800baa2ab7f340fa59ac2fad9ba79fb33b769318e7fe4bc81d33ea8dd150
MD5 a3e21acc6f80e7b43628751afa0e7ad4
BLAKE2b-256 be5f93242d50602076b3d68038bff350e185691e224cb39fefa3372c3c71b333

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6920cf2ac68a89a6a3d71e58bdf5291edc0845a1908ad1d7c7e079a4879ddf4
MD5 734cf9901cda8f424b312aff93dd1e54
BLAKE2b-256 40ddda4f99c9df373cd9115bdb9a03f4d153f2c12e87ee15b2a062ac881ad8f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 993a2b0e3182e61ef84576714a474df6169545f2dc70ca73de86c80c584cc384
MD5 b9517f16933045b9f3c13f708871b52d
BLAKE2b-256 176706927c08ea67968b7cea8100967a66a6ea71a8a6be586cc40a92f38a5a88

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.2-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.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6becbd871d50d89e766bf6a3f6a96d9d1df27dc938d6330dae63876b550186a9
MD5 b6e096814cfd9b233229b65166332589
BLAKE2b-256 9151359927f080631ad3478d41fbebd7f9b38aa538cebb0f1287f5141e936179

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42498109d44103f1b20b1ac0b4e0de5fc902e127b273b33e081720952a790c7e
MD5 c62edfe03dae355c4f781df87f4e1328
BLAKE2b-256 0abc58712777aff4401589985e3f4af078a2e6b679305141d39b2d87ea4cb685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c78b2babaea622dd07572ac7a28199b4aa6a0256ee9963cf6ce345f25ab4d881
MD5 5bd19d25110f84642f06a43591c8f926
BLAKE2b-256 1b6ad3df0203e8a18f7bfea1c7e2c21a55446496f5a3a2a8bfa1357b283c8e83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa7b04229970327908a226bdf24b9a9eee9d70b4f0140e610d4eca9236090cbc
MD5 9a7f9be1dfb896ac9171c95d2bc07a3f
BLAKE2b-256 5f65932729b112dce962c20df81262d100474bc0ef18ad1d6329132133ea1d3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b8ac08782fb162af3df2fc3db150aeda3f66e97db8431bcc0822579554517e15
MD5 5f9d9dc72717b91241c0ea2ce92ed59b
BLAKE2b-256 0c66524a2b387d425fe3a97fa77074567ac50197188cb19bccd370df5080b830

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.2-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.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc1b281b8a2d9857014f7c8416ef0d1ba48216e80bc8c91cab96bb8693f1c179
MD5 96f652c54bd3f3ffc41ca067b94e0edd
BLAKE2b-256 8d54c1fa024149d4d78af5c55000abdc3d661171388b531dd57a4588d7f86392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a371f4fbf0ffbce5fff4dcaa43a1d534a1054cb28638a5c5b8fcbe92ce07271
MD5 a0c2b8e5b5398b0a8486374a0a7b67f0
BLAKE2b-256 e3902091e9a90d40af980d510642396909bfed655323bfb5c6812d18e0814aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 25225480628e9c6c142489f388cc7baf1947df95b86d2d1a07debc5d5ab329e0
MD5 62330d55cc229890451ed50f297f2f59
BLAKE2b-256 9b7f5dbf8b3c45d9dc848f776c3e110bca96e0a2a9aa49dbf36abfcb1bde5f43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b0ebfd8cd52fd50b8265d223c27914fa256a50f31c2d7814c21cfc844ade63a4
MD5 36cd36a3727985c88d4ca128fa2deb77
BLAKE2b-256 7f4c8a3ed65648db3181aaa98c52c649b8f6b1e81a4a58fb369cba5147590e9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 85458351bc2495f2118333a6f9be99aa897b91beb199e1fe0c9edbdddd7453e1
MD5 e7255b2f91cc48ed338a62cab95bc990
BLAKE2b-256 d5ff7fa705f80c0c03700a37cbe3c4e24fb90029c4c8616d1b85959a1d93e883

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.2-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.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8559b3beff9a8f993e5bef00e75aadd67cf6650eb8ec3713ff6122f3ce66d91
MD5 26bdee9d61d8d2cfdaf623b98742cd1f
BLAKE2b-256 ae83b07c9654fea7135e43cebc021ae047737cfb7976f59d478b3bccc8af73a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f824a986a432cae7d1a48c0846ea4db9902a4f5ed6b3c9ecb42996ff147395bb
MD5 39635f5d8889c48f13e59d97b92aec4b
BLAKE2b-256 cbf63c4a7161b053c6bba1b9fe910a4d652e90dcc09388a91258ca300ee83959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6177acbeaf21b9d142fb16d23445db28d00e23e64d54ec9967d05912cd996bf4
MD5 3a10072b1daf81512eed4d216814d1ed
BLAKE2b-256 1bc30ff19ea14439759a2b7185ebeecdc3ecc9db9207c5474eb3820d1c0c5502

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e8755917ee939812ec700f38b2387232ce45be3e457d54ce30565f6321152689
MD5 c091352d643f34221f9d8cd47d863570
BLAKE2b-256 d8c4bdf42c32a7f96d99c3bb9ebec8699842ad79dde175dba3f9788c52f05f00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gitmem_mcp-0.0.2-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.12

File hashes

Hashes for gitmem_mcp-0.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a9f0fdb8dee288809a2fdff589c277299b53b0f3bc6a76800ddaf76a3cd4d548
MD5 b605e919e6803c6c36b242a4c059893a
BLAKE2b-256 0a2abf010175e1b36c4ecb60e84c51b6b2d9a0c564f7fc890f4e08624a8ea148

See more details on using hashes here.

File details

Details for the file gitmem_mcp-0.0.2-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.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29e3dae1d9eba9f193f099ef0cc4d60b121af79a6a82a814e2295beadd2c03a3
MD5 f4bca57335bc5b48c8eefdf02c3b51b1
BLAKE2b-256 cc766dfb5057cbc537a429b107b8cf8eccb0463c1ba352ec2953a2d37333f34f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1027a9bc1b402146a9a7a35f7d39ebd12ad8ebff66236afc188e9ffebd4794ae
MD5 ba425aafd7151bfd1783a7e9053844f6
BLAKE2b-256 f386dadd0288043dbbb7e38781d6681b7a1350dd7cc650d8169111e2df1fcb2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gitmem_mcp-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61933042bd745ffe46dfb8f918a5e6fa42a3e1121279ace23efd0853823746ec
MD5 369951ffc6f1d5b8f577d3cc0956b317
BLAKE2b-256 957e2f37e641e103ddc010683ba87efd8045312d65e86e06c19a5980c0ced75a

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