- Graph Token API
- Graph Subgraph MCP
- Github MCP
```json
{
"mcpServers": {
"mcp-pinax": {
"command": "npx",
"args": [
"@pinax/mcp",
"--sse-url",
"<https://token-api.mcp.thegraph.com/sse>"
],
"env": {
"ACCESS_TOKEN": "<your_access_token_here>"
}
},
"subgraph": {
"command": "npx",
"args": [
"mcp-remote",
"--header",
"Authorization:${AUTH_HEADER}",
"<https://subgraphs.mcp.thegraph.com/sse>"
],
"env": {
"AUTH_HEADER": "<your_subgraph_auth_header>"
}
},
"github": {
"command": "npx",
"args": [
"mcp-remote",
"--header",
"Authorization:${GITHUB_PAT}",
"<https://api.githubcopilot.com/mcp/>"
],
"env": {
"GITHUB_PAT": "<your_github_pat>"
}
}
}
}
What you will need to plugin above
JWT token from [The Graph Market](<https://id.streamingfast.io/login?state=hKFo2SB1bVRMVGd2ZUE2bjc2OUVwTFB2NkRlS3h0cUI5ZjR3TaFupWxvZ2luo3RpZNkgVlZCdEt1WnZ5ZS01Y052Q2FST0hBMEx6WUdUYmM1XzWjY2lk2SBidFlEYUJESTFOdjVKeHpzcWNUUkpodjNfa2JoNWZrbQ&client=btYDaBDI1Nv5JxzsqcTRJhv3_kbh5fkm&protocol=oauth2&response_type=token%20id_token&redirect_uri=https%3A%2F%2Fthegraph.market%2Fauth%2Fcallback&scope=openid%20email%20update%3Acurrent_user_metadata&mode=signUp&nonce=-_eGEXgSUX6K0sOm8u1rgHt~wFXNZV25&auth0Client=eyJuYW1lIjoiYXV0aDAuanMiLCJ2ZXJzaW9uIjoiOS4yOC4wIn0%3D>)
-You will need to click on rotate access token and it will appear for you to copy+

[Graph API key](<https://thegraph.com/docs/en/subgraphs/querying/managing-api-keys/>)
"AUTH_HEADER": "<your_subgraph_auth_header>" = Graph API KEY
- "AUTH_HEADER": "12345635313131"
[Github PAT key](<https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens>)