NLSpec-MCPServer_Old

sddiv/NLSpec-MCPServer_Old
★ 1 stars TypeScript 🤖 AI/LLM Updated 27d ago
Generating NLSpec-Server from NLSpec using Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nlspec-mcpserver_old": {
      "command": "npx",
      "args": [
        "-y",
        "sddiv/NLSpec-MCPServer_Old"
      ]
    }
  }
}