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.4.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.4-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: glide_mcp-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 9da00cfd8621a42f4aced267cc0cfaa2a11efb2a25c9b5107566247bea1af76b
MD5 ab9a61b8443457a791e2eaa3d31377a5
BLAKE2b-256 ea0fa5654b5ab41c1b126f4cdf61b591fd2370c17777091264a4e0eb6dfaee15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: glide_mcp-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6c7148222bc9a5196691ad3f860d74d3a7070ba0225d8325e379f9b457836d6d
MD5 a3dce071b54c2b79a7eddeb7546f65ff
BLAKE2b-256 af2934aa76d60b979bfebc743a834fc8dc7ddf413a0a79713104a36ad5588223

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