MCP Servers / development / Nanostores MCP

Nanostores MCP

JSON →
stdionone1development

MCP server for the Nanostores library

Install
How to run this server
[ { "cmd": "npx -y nanostores-mcp", "imports": [] } ]
server path: nanostores-mcp
Tools
What this server exposes
nanostores_scan_project
Scan project for all stores, subscribers, and dependencies
nanostores_store_summary
Detailed summary of a specific store
nanostores_project_outline
High-level overview: store kinds, top directories, hub stores
nanostores_store_subgraph
BFS-expanded dependency neighborhood of a store
nanostores_store_impact
Downstream causal chain — what recomputes/re-renders if X changes
nanostores_runtime_overview
Overall health report with statistics for all stores
nanostores_store_activity
Activity timeline for a specific store (filterable by kind/action)
nanostores_find_noisy_stores
Identify stores with high change frequency or error rates
nanostores_runtime_coverage
Compare static graph with runtime events to find coverage gaps
nanostores_docs_search
Search docs by query (full-text), storeKind (atom, map, computed, persistentAtom, etc.), or both. Optional: limit (default 10), tags
nanostores_ping
Server health check and logger bridge status
nanostores_clear_cache
Clear project index cache to force rescan
Configuration
Environment & auth
authnone
envNANOSTORES_MCP_LOGGER_PORT
envNANOSTORES_MCP_LOGGER_HOST
Resources
Nanostores MCP — MCP Server · libregistry