Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:39 +08:00
commit acd2279239
11 changed files with 1235 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "subgraph-explorer",
"description": "Explore and query blockchain subgraphs through a private MCP server running in Docker. Provides schema exploration, query execution, and export utilities for NFT, DEX, and DeFi data. Requires Docker, Docker Compose, and Python 3.",
"version": "1.0.0",
"author": {
"name": "Nathan Schwermann",
"url": "https://github.com/nschwermann"
},
"skills": [
"./skills"
]
}