TigerGraph
Created 6 months ago
Community based python Model Context Protocol server for TigerGraph operations.
development
documentation
public
TigerGraph
MCP
What is TigerGraph?
A community built MCP server that interacts with TigerGraph Graph Database.
Documentation
TigerGraph-MCP Documentation
Table of Contents
- Requirements
- Features
- Admin Features
- Project Structure
- Installation
- Configuration
- Running Chat Bot
- Connecting to Claude Desktop
- Contributing
- License
- Releases
Requirements
- You will need to run TigerGraph Version >= 4.2.0.
- Setup local environment with Python >= 3.12.
Features
- Schema Introspection: Retrieve full graph schema.
- Query View: Retrieve list of available queries.
- Query Execution: Run installed GSQL queries.
- Creation Vertex & Edge: Create Vertices and Edges programmatically.
- Alter Vertex: Allows for altering the Vertex.
- Upsert Vertex & Edge: Update vertices and edges attributes programmatically.
- UDF & Algorithm Listing: Fetch installed user-defined functions.
Admin Features
- displayService_Status: Displays the database service status.
- displayDetailed_Service_Status: Provides detailed service status.
- displayComponent_Version: Displays all component versions.
- displayCPUMemory_Usage: Displays CPU and Memory Usage.
- displayDiskSpace_Usage: Displays Disk Usage.
Installation
- Clone the repo:
git clone https://github.com/customdiscoveries/TigerGraph_MCP.git - Copy Example Configuration files.
- Create, Install Dependencies & Activate a virtual environment.
Configuration Setup
- Edit your .env configuration file with required attributes.
Running Chat Bot
- Invoke the script
runChatBot.shto run the Chat Bot.
Connecting to Claude Desktop
- Install into the Claude Desktop client.
Contributing
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push to branch.
- Open a Pull Request.
License
This project is licensed under the MIT License.
Releases
V3.0 is the latest release.
Server Config
{
"mcpServers": {
"tigergraph-server": {
"command": "npx",
"args": [
"tigergraph"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 17, 2025
Updated At:
Aug 07, 2025
Author:
Custom Discoveries
Category:
community
License:
MIT License
Tags:
development
documentation
public