← Back to Plugins
MCP Server MCP

Midnight + Next.js MCP

github By github 👁 1 views ▲ 0 votes

Unified MCP server for Midnight blockchain development and Next.js dApps.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...