graph8 MCP server - GTM operations for AI agents
Project description
g8-mcp-server
graph8 MCP server — GTM operations for AI agents.
Connects AI coding agents (Claude Code, Cursor, Windsurf) to graph8's GTM automation platform via the Model Context Protocol.
Install
# Run directly (recommended)
uvx g8-mcp-server
# Or install globally
pip install g8-mcp-server
Configure
Claude Code
Add to ~/.claude/mcp.json:
{
"mcpServers": {
"graph8": {
"command": "uvx",
"args": ["g8-mcp-server"],
"env": {
"G8_API_KEY": "g8_key_xxxxx",
"G8_API_URL": "https://api.graph8.com"
}
}
}
}
Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"graph8": {
"command": "uvx",
"args": ["g8-mcp-server"],
"env": {
"G8_API_KEY": "g8_key_xxxxx",
"G8_API_URL": "https://api.graph8.com"
}
}
}
}
Get your API key at app.graph8.com/settings/api-keys.
Tools (16)
GTM Spine (11)
| Tool | Description |
|---|---|
g8_connect_repo |
Connect a GitHub/GitLab repository |
g8_scan_repo |
Scan repo for tech stack and GTM readiness |
g8_get_scan_results |
Get scan results |
g8_status |
Get repo connection and install status |
g8_doctor |
Run health checks on GTM installation |
g8_install_spine |
Generate GTM install patch set |
g8_apply_install |
Apply patches (requires confirmation) |
g8_list_campaigns |
List generated campaigns |
g8_get_campaign |
Get campaign details |
g8_launch_campaign |
Launch a campaign (supports dry_run) |
g8_search_kb |
Search the GTM knowledge base |
Platform (5)
| Tool | Description |
|---|---|
g8_search_contacts |
Search contacts in the CDP |
g8_search_companies |
Search companies by domain or industry |
g8_lookup_person |
Instant person enrichment |
g8_lookup_company |
Instant company enrichment |
g8_add_to_sequence |
Add contacts to a sequence (requires confirmation) |
Resources (8)
Resources provide read-only context agents can include in prompts:
g8://repos— connected repositoriesg8://repos/{id}/scan— scan resultsg8://repos/{id}/kb— knowledge base documentsg8://repos/{id}/kb/{doc_id}— individual KB documentg8://repos/{id}/campaigns— campaign listg8://repos/{id}/campaigns/{id}/brief— campaign briefg8://contacts— recent contactsg8://companies— companies
Prompts (3)
Pre-built workflow templates:
gtm_setup— full setup: connect → scan → install → launchcampaign_review— review and improve a campaignicp_refinement— refine ICP profiles from feedback
Development
cd mcp_server
pip install -e ".[dev]"
pytest
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 g8_mcp_server-0.3.1.tar.gz.
File metadata
- Download URL: g8_mcp_server-0.3.1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac63e9b2021fa0ed2a641382dd2c4b506559f2770ffebaf8150681c213127e2
|
|
| MD5 |
8e20cfe8bdc4b3d17e0669e1b8defd91
|
|
| BLAKE2b-256 |
cc85df9616c46cfbf22eddb49b85ad55fe749fef75fde1eb9071ad40fcdc90fe
|
Provenance
The following attestation bundles were made for g8_mcp_server-0.3.1.tar.gz:
Publisher:
publish-mcp-server.yml on graph8-com/g8
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
g8_mcp_server-0.3.1.tar.gz -
Subject digest:
7ac63e9b2021fa0ed2a641382dd2c4b506559f2770ffebaf8150681c213127e2 - Sigstore transparency entry: 1461440162
- Sigstore integration time:
-
Permalink:
graph8-com/g8@fea477aaedea3d4c38e18c66c2138960abb20ad0 -
Branch / Tag:
refs/tags/mcp-v0.3.1 - Owner: https://github.com/graph8-com
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp-server.yml@fea477aaedea3d4c38e18c66c2138960abb20ad0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file g8_mcp_server-0.3.1-py3-none-any.whl.
File metadata
- Download URL: g8_mcp_server-0.3.1-py3-none-any.whl
- Upload date:
- Size: 648.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dd06781296ed373a544582f1c7e38ab55df79d80c8421dfd34faf9d36a94ea3
|
|
| MD5 |
4d76d58a458b63fa07c86251b402ef4a
|
|
| BLAKE2b-256 |
989a14bfaf21db15e7798b2857a4c3c23c0fb16941eef63976cd92a179b0e44d
|
Provenance
The following attestation bundles were made for g8_mcp_server-0.3.1-py3-none-any.whl:
Publisher:
publish-mcp-server.yml on graph8-com/g8
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
g8_mcp_server-0.3.1-py3-none-any.whl -
Subject digest:
5dd06781296ed373a544582f1c7e38ab55df79d80c8421dfd34faf9d36a94ea3 - Sigstore transparency entry: 1461440370
- Sigstore integration time:
-
Permalink:
graph8-com/g8@fea477aaedea3d4c38e18c66c2138960abb20ad0 -
Branch / Tag:
refs/tags/mcp-v0.3.1 - Owner: https://github.com/graph8-com
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp-server.yml@fea477aaedea3d4c38e18c66c2138960abb20ad0 -
Trigger Event:
push
-
Statement type: