Add your description here
Project description
Gridly MCP Server
MCP Server for the GitLab API, enabling project management, file operations, and more.
Tools
-
list_projects- To list projects of a company
-
retrieve_project- Get project by id if succeeded. Otherwise, return an error.
- Inputs:
id(string): Project ID
-
list_database- To list databases in a project.
- Inputs:
projectId(string): Project ID
- Returns: Project search results
-
retrieve_database- Get database by id
- Inputs:
id(string): database id
- Returns: Created project details
-
list_glossaries- Get list of a glossary
-
list_translation_memories- list translation memories in a company
-
retrieve_translation_memory- Return translation memory data by Id
- Inputs:
id(string): tm id
-
retrieve_glossary- retrieve detail of a glossary by Id
- Inputs:
id(string): glossary id
-
fetch_translation_memory- Create a new merge request
- Inputs:
id(string): tm ID
-
suggest_translation_in_memory
- Suggest translation in memory
search_glossary_terms
- Search glossary terms in paragraph
Setup
Api key
Create a Gridly Api key follow instructions with appropriate permissions: 1. In your Gridly Dashboard, clicknext to your company name and select Company Settings. 2. Select API Keys from the left-hand side menu to get to the API Keys page. 3. Click Create API key.
Usage with Claude Desktop (Recommended):
Follow instructions : https://modelcontextprotocol.io/quickstart/user
Add the following to your claude_desktop_config.json:
UVX
{
"mcpServers": {
"gitlab": {
"command": "uvx",
"args": [
"gridly-server-mcp@0.0.9"
],
"env": {
"API_KEY": "<YOUR_TOKEN>",
"ENV": "integration" // Optional, for self-hosted instances
}
}
}
}
Environment Variables
API_KEY: Your Gridly Api Key (required)ENV: Base enviroment for Gridly API (optional, defaults tointegration)
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 gridly_server_mcp-0.0.9.tar.gz.
File metadata
- Download URL: gridly_server_mcp-0.0.9.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed4117ed1937e7a2def9b8550a45fe9a5f59e9899e63863c50b4d142f52dad62
|
|
| MD5 |
fc8c6ed7dba8221f4ebcd40f8c6b420b
|
|
| BLAKE2b-256 |
2ff664609985d9a95687cb0fa8c7170eecd89c988cba9a54170323c4431d523d
|
File details
Details for the file gridly_server_mcp-0.0.9-py3-none-any.whl.
File metadata
- Download URL: gridly_server_mcp-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbf133813d42d1c064b0e1a5553a1e296381c65fa7631fdc23958bb1489f729c
|
|
| MD5 |
e8896caaddd30a2282abcd28a2a765b9
|
|
| BLAKE2b-256 |
ce2d6a73b9f17b01f458ddb66bf6314190f4f47d3aa5176d74a20fa9d087b7be
|