mcp server that tries to save you from git troubles
Project description
Glide MCP
Note: we're currently recording a demo video and features for this mcp. Stay tuned and thank you for your patience :)
Configure MCP Client of your chosse to use Glide
- Add to Cursor (Preferred):
- Add to Claude Code: make sure to fill in the api keys correctly, no quotes needed
claude mcp add --transport stdio glide-mcp --env VOYAGEAI_API_KEY= --env HELIX_API_ENDPOINT= --env CEREBRAS_API_KEY= --env CEREBRAS_MODEL_ID=qwen-3-32b --env HELIX_LOCAL= -- uvx --from glide-mcp glide
- Add to VSCode:
You can add the API keys needed by opening the command palette (Cmd+Shift+P) and searching for "MCP: List MCP Servers". Make sure to fill in the API keys correctly.
Manual Installation:
Add the following to your mcp.json configuration in your preferred editor / IDE:
{
"mcpServers": {
"glide-mcp": {
"command": "uvx",
"args": ["--from", "glide-mcp", "glide"],
"env": {
"VOYAGEAI_API_KEY": "",
"HELIX_API_ENDPOINT": "",
"CEREBRAS_API_KEY": "",
"CEREBRAS_MODEL_ID": "qwen-3-32b",
"HELIX_LOCAL": ""
}
}
}
}
Working with the source:
1. You can also clone the source
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
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.9.tar.gz.
File metadata
- Download URL: glide_mcp-0.1.9.tar.gz
- Upload date:
- Size: 226.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1adcc62be8bd9632940f5e683134e437c9d2965672088aded25512952760338b
|
|
| MD5 |
e127e9955ea58749316882ecddef12c5
|
|
| BLAKE2b-256 |
c868937fba5aefabf9440d36e37cf2155b3ff7c60c13f29983c50d544b28258a
|
File details
Details for the file glide_mcp-0.1.9-py3-none-any.whl.
File metadata
- Download URL: glide_mcp-0.1.9-py3-none-any.whl
- Upload date:
- Size: 17.6 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 |
63d290a24f54fabb527fc6c412d8fdca34c6da835e6be015e12926cf534f9ad6
|
|
| MD5 |
128da17ab50d6c7793d0193c374601a2
|
|
| BLAKE2b-256 |
7ce6e4a77295679465e3d27c71ec51d410a2b9a54293e2359b160df4af92395d
|