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

Uploaded Python 3

File details

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

File metadata

  • Download URL: glide_mcp-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 3e6653a040c49c95e8b90386988a0d25fc4e6e5caddf9e05c8dca20e8181c086
MD5 a3945af158e318745612a6a72d5644dd
BLAKE2b-256 48fb23f7a5174b977b0ec594dce457906a4069ecbe1f2e79352cd7038cfe545f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: glide_mcp-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4b8ee9e76c8cad7014562968db3a8969abcea7d6f956b70471b9ed621a15d320
MD5 d1f1f83fed273ee4bf225c3c326cc799
BLAKE2b-256 d83b082328341ff317a8f7d23846da3e5eecfe6abc401c4d1122c6e0a88bd7f3

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