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.7.tar.gz (217.8 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.7-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: glide_mcp-0.1.7.tar.gz
  • Upload date:
  • Size: 217.8 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.7.tar.gz
Algorithm Hash digest
SHA256 f8ea3ae159bbe1d4addcb61a68fa37e3de6aad26efd868cc798f1d64213ffef9
MD5 3d53336f54b69516626a583ebbc80d60
BLAKE2b-256 7846ce299555db9edf54fa958f9c9e6e753b2bb352651a5cde683a6ad5098d75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: glide_mcp-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.1 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 df79fcc65c05be5ea63d03d88b7326f8b0fe52489de0737788e6421aca94bab8
MD5 ebd3ea1f0cde3b712abcc3ddc6f36d2c
BLAKE2b-256 a3e7c22862c01d93321f3e9ca5c05eba3a00d6c552a3688daa286a33757e34bc

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