Skip to main content

mcp server that tries to save you from git troubles

Project description

How to Use

1. Clone the repository

git clone https://github.com/SoarAILabs/glide.git

2. Navigate to the project directory

cd glide

3. Start the server

uv run python -m src.mcp.app

Note: Currently, only Cursor is supported as the MCP Client.

4. Configure Cursor to use your local MCP server

One-Click Install:

Install MCP Server

Manual Installation:

Add the following to your mcp.json configuration in Cursor:

{
  "mcpServers": {
    "glide": {
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

Note: The port (8000 above) is just an example.
To use a different port, open src/mcp/app.py and update the following lines accordingly:

if __name__ == "__main__":
    mcp.run(transport="streamable-http", host="127.0.0.1", port=8000)

Replace 8000 with your desired port number.

Project details


Download files

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

Source Distribution

glide_mcp-0.1.3.tar.gz (218.9 kB view details)

Uploaded Source

Built Distribution

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

glide_mcp-0.1.3-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file glide_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: glide_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 218.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for glide_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 61481904107422cb6d93286c596c8bdb03a50c6865c62484be6519d522005dab
MD5 d647684e7dcdda7f2431d62e5c208d8c
BLAKE2b-256 279b12fe204934cff0d59d78dca320a875c259bc2bb585935d2931029260aa69

See more details on using hashes here.

File details

Details for the file glide_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: glide_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for glide_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 91980fe6c7a92eb96c1f147a5669d8166d9d1a79d1bd21e1669a69a50178415b
MD5 0e852ba131d4d7ce29d34fc823baa985
BLAKE2b-256 b870f544a90a2727f8e44954814b01d6e079795411ee4f8eea5146dbb2403e00

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