Add your description here
Project description
Gridly MCP Server
MCP Server for the Gridly API, enabling project management, file operations, and more.
Tools
-
list_projects- To list projects of a company
- Input: None
-
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()- List all glossaries.
- Input: None
-
list_translation_memories- List all translation memories.
- Input: None
-
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(str): The ID of the glossary.
-
fetch_translation_memory(request: SearchRequest, id: str)- Create a new merge request
- Inputs:
id(str): Translation memory IDrequest(object):lang(str): Language code of the search textlimit(int, default=100): Max number of resultsoffset(int, default=0): Offset for paginationsearch(str, default=""): Text to searchmode(str, default="default"): Search mode (default, regex, exact)fetchOption:targetLangs(List[str]): List of language codes to translate into
-
suggest_translation_in_memory
- Suggest translation in memory
- Inputs:
projectId(str): Project IDdbId(str, default=""): Database IDgridId(str, default=""): Grid IDsourceText(str): Text stored in translation memorysourceLang(str): Source language codetargetLang(str): Target language code
search_glossary_terms
- Search glossary terms in paragraph
- Inputs :
projectId(str): Project IDdatabaseId(str): Database IDsourceTermLang(str): Language code of the source term (e.g., enUS)paragraph(str): Text to search within
Setup
Api key
Create a Gridly Api key follow instructions with appropriate permissions:
- In your Gridly Dashboard, clicknext to your company name and select Company Settings.
- Select API Keys from the left-hand side menu to get to the API Keys page.
- 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.11"
],
"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.12.tar.gz.
File metadata
- Download URL: gridly_server_mcp-0.0.12.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95059336479fea9eaac2e43297cb27b6cb602252d8d9577fac3c72226423b883
|
|
| MD5 |
d8b93893d43e28611681b7a7104e1d2f
|
|
| BLAKE2b-256 |
181788b4b54933b0cc2b138f08f5fa8e39cb70465213c295391b02aeae03d363
|
File details
Details for the file gridly_server_mcp-0.0.12-py3-none-any.whl.
File metadata
- Download URL: gridly_server_mcp-0.0.12-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e97b7ff5cddf5d68558fe851552bf057ab4f78b50cc90d8daeb623c83ea3cc
|
|
| MD5 |
92b8eeabc64e3d8fcbc15847186289ee
|
|
| BLAKE2b-256 |
d1216104f88ce84468cc13b18e08e312aa9934bd733eefdea641bffb8bdde392
|