MCP Server
MCP
Midnight + Next.js MCP
Unified MCP server for Midnight blockchain development and Next.js dApps.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "midnight-nextjs-mcp",
"version": "0.3.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--experimental-vm-modules",
"type": "positional",
"valueHint": "node-flag"
}
],
"environmentVariables": [
{
"description": "GitHub Personal Access Token - increases API rate limits",
"isSecret": true,
"name": "GITHUB_TOKEN"
},
{
"description": "Logging verbosity level",
"default": "info",
"name": "LOG_LEVEL"
},
{
"description": "Enable local mode with ChromaDB for offline semantic search",
"default": "false",
"name": "MIDNIGHT_LOCAL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment