nys
A VS Code extension that provides a workflow-driven assistant based on the SPARC framework. It manages development through issue folders representing tasks. Each issue progresses systematically through Design → Build → Debug modes.
claude mcp add --transport stdio adorsys-gis-nys npx -y adorsys-gis-nys \ --env API_KEY="your MCP/LLM API key" \ --env GITHUB_PERSONAL_ACCESS_TOKEN="GitHub token (if using github-mcp-server)"
How to use
This MCP server (nys) integrates with the Mira workflow to enable SPARC-like task progressions for NYS GIS tasks. It exposes capabilities via an MCP interface that Mira can connect to over HTTP/WebSocket or via a local stdio binary. Once connected, you can list available tools, send prompts, and run workflow actions that align with the Design, Build, and Debug phases. Use the built-in MCP commands to switch modes, execute prompts, and collect logs to drive the issue-backed development process through the three-mode lifecycle. The server’s tools support tasks such as feature extraction, specification generation, code scaffolding, and debugging assistance, all traceable to specific issue folders in your workspace.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- Access to an MCP server package named adorsys-gis-nys (or the ability to install via npx)
Installation steps:
- Ensure you have Node.js and npm installed
- Check: node -v and npm -v
- Install or run the MCP server package via npx (recommended for quick start)
- npx -y adorsys-gis-nys
- Alternatively, install as a local package (if you prefer):
- npm install -g adorsys-gis-nys
- nys-server --help # if the package exposes a CLI entry point named nys-server
- Start the server if a binary is provided locally:
- ./path/to/nys-server # or npm run start if defined by the package
- In Mira, configure the MCP connection to point at the running server (HTTP/WebSocket) or to the stdio binary as documented
Prerequisites summary: Node.js, npm, and access to the adorsys-gis-nys MCP server package or binary.
Additional notes
Tips and common issues:
- If using HTTP/WebSocket, ensure the server endpoint is reachable from your development environment and that any required API keys or tokens are provided via environment variables or Mira settings.
- For stdio mode, ensure the MCP binary is executable and that environment variables (e.g., GITHUB_PERSONAL_ACCESS_TOKEN, GITHUB_TOKEN, API_KEY) are correctly forwarded.
- Keep the .nys/ directory in your workspace to persist workflow state across sessions.
- If you run into tool discovery issues, use the MCP: List Available Tools command to verify what the server exposes and ensure the server is running before attempting prompt execution.
- When using npx to run adorsys-gis-nys, you may want to pin a specific version to avoid unexpected updates.
Related MCP Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
mcp-router
A Unified MCP Server Management App (MCP Manager).
mcp-graphql
Model Context Protocol server for GraphQL
mcp-echarts
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.
Matryoshka
MCP server for token-efficient large document analysis via the use of REPL state
rohlik
MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)