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

Uploaded Python 3

File details

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

File metadata

  • Download URL: glide_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 218.7 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.1.tar.gz
Algorithm Hash digest
SHA256 9ce345b0f7d4bc055b71852987a3fc4709d9cbe5da6dbf4255e180d1a2825184
MD5 bc7e196d7e6325cd792cc6c14574a30f
BLAKE2b-256 c8d38e6db6dc3a860d6714cfffd5d4a4a50e1cd07ddf031ff2e4d0ae6969167e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: glide_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c08b344e84cd9609ba40763cb1cea8444b552866da2a3ae8c16f01e0c8cdc2e7
MD5 c9d2537fe99b9a217bb9d21274ce6aed
BLAKE2b-256 af5ca5cc804e181689b04b401f2672bbf92a2d454b4ebf59de61df0971bc49c3

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