Integrations
TG_MCP
TigerGraph 操作 (クエリ、スキーマ、頂点、エッジ、UDF) を MCP エージェントの構造化ツールおよび URI ベースのリソースとして公開する軽量 Python インターフェイス。
目次
特徴
- スキーマイントロスペクション
完全なグラフ スキーマ (頂点とエッジの種類) を取得します。 - クエリ実行
インストールされた GSQL クエリまたはパラメータ付きの生の GSQL 文字列を実行します。 - 頂点とエッジのアップサート
プログラムによって頂点とエッジを作成または更新します。 - リソースURI
tgraph://vertex/...
およびtgraph://query/...
URI を介してグラフ オブジェクトにアクセスします。 - UDFとアルゴリズムのリスト
インストールされているユーザー定義関数と GDS アルゴリズム カタログを取得します。
プロジェクト構造
Copy
インストール
- リポジトリをクローンするCopy
- 仮想環境の作成と有効化Copy
- 依存関係をインストールするCopy
mcp[cli]>=1.6.0
およびpyTigerGraph>=1.8.6
が必要です。
構成
実行する前に次の環境変数を設定します。
Copy
これらはconfig.py
によって読み取られます。
クロードへの接続
この MCP サーバーをClaude デスクトップクライアントにインストールすると、Claude が TigerGraph ツールを直接呼び出すことができます。
Copy
上記を実行した後、Claude Desktop を再起動すると、ハンマー 🛠 アイコンから MCP ツールが利用可能になります。
例:
貢献
- リポジトリをフォークする
- 機能ブランチを作成するCopy
- 変更をコミットするCopy
- ブランチにプッシュCopy
- プルリクエストを開く
すべての新しいコードがテストでカバーされ、PEP-8 スタイルに準拠していることを確認してください。
ライセンス
このプロジェクトはMIT ライセンスに基づいてライセンスされています。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
TigerGraph データベース操作を、Claude や他の MCP エージェント用の構造化ツールおよび URI ベースのリソースとして公開する軽量 Python インターフェイス。
Related MCP Servers
- -securityFlicense-qualityThis is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.Last updated -Python
- -securityFlicense-qualityA Python MCP server that enables semantic search through Search Labs blog posts indexed in Elasticsearch, allowing Claude to intelligently retrieve relevant information from the blog content.Last updated -Python
- AsecurityAlicenseAqualityAn MCP server that enables users to fetch Python documentation using the Brave Search API through natural language queries.Last updated -1JavaScriptApache 2.0
- -securityFlicense-qualityA lightweight Python-based server designed to run, manage and create CrewAI workflows using the Model Context Protocol for communicating with LLMs and tools like Claude Desktop or Cursor IDE.Last updated -1Python