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:
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 (
8000above) is just an example.
To use a different port, opensrc/mcp/app.pyand 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file glide_mcp-0.1.6.tar.gz.
File metadata
- Download URL: glide_mcp-0.1.6.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b934eeff9e070b248c41aac4b47e65de6ba92678d8f8b627cdfced8857e5b80d
|
|
| MD5 |
77591a8083c6b7c95d203d090b643317
|
|
| BLAKE2b-256 |
b3bc0fc892b01d9f804dfff63264a7aaeac56ca3d641835556550f07066be3df
|
File details
Details for the file glide_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: glide_mcp-0.1.6-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
012076f3101d210ce66250420e66f3768c81d476f519a797a91514c5476edaef
|
|
| MD5 |
646fff898a5d88c90a88528e5ec7cd46
|
|
| BLAKE2b-256 |
1c1a4123f731c95bebfb073bc185c215daa9dc65ef6ce437dd52111a3d5313bb
|