mcp/ Setup Guide
Last Updated: October 20, 2018How to install and configure the TigerGraph MCP Server.
Setup Guide
Getting started with TigerGraph MCP requires a working TigerGraph instance and a Python environment.
Prerequisites
- Python: Version 3.10, 3.11, or 3.12.
- TigerGraph: Version 4.1 or later (On-prem, Savanna, or Docker).
- Environment: A
.envfile containing your TigerGraph connection details and (optionally) an OpenAI API key.
Installation Options
Option 1: PyPI (Recommended)
The simplest way to install the official MCP server:
bashterminalpip install tigergraph-mcp
Option 2: Build from Source
If you want to contribute or explore the DevLabs implementation:
bashterminalgit clone https://github.com/TigerGraph-DevLabs/tigergraphx cd tigergraph-mcp poetry install
Configuring VS Code (GitHub Copilot)
To use TigerGraph as a tool within VS Code Copilot Chat:
- Create a
.vscode/mcp.jsonfile. - Define the TigerGraph MCP server path and environment variables.
- Use the
@mcpcommand in Copilot Chat to interact with your graph.
Community Implementation
For advanced features like the AG2 agent framework integration, you can use the Custom Discoveries repository:
bashterminalgit clone https://github.com/custom-discoveries/TigerGraph_MCP
[!IMPORTANT] Ensure your TigerGraph user has the necessary permissions (e.g.,
QUERY_READERorADMIN) depending on the tools you wish to expose to the LLM.
On this page
TigerGraph Book
v1.0 Curated