Skip to content

Commit b971932

Browse files
committed
docs: add token api config
1 parent fcfd2b6 commit b971932

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/src/pages/en/resources/claude-mcp.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Replace the contents of the existing config file with:
4040
```json
4141
{
4242
"mcpServers": {
43+
"token-api": {
44+
"command": "npx",
45+
"args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"],
46+
"env": {
47+
"ACCESS_TOKEN": "ACCESS_TOKEN"
48+
}
49+
},
4350
"subgraph": {
4451
"command": "npx",
4552
"args": ["mcp-remote", "--header", "Authorization:${AUTH_HEADER}", "https://subgraphs.mcp.thegraph.com/sse"],

0 commit comments

Comments
 (0)