npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@future-ux/agent-map

v1.0.6

Published

Local canvas for user journeys, kanban, flows, and project planning — with MCP tools for AI agents

Readme

agent-map


Install agent-map in any project folder; maps and settings live in .future-ux/ on your machine. Cursor and other agents connect over MCP to read and edit maps as markdown.

npx @future-ux/agent-map

| Service | URL | |--------|-----| | Canvas | Runs at http://localhost:3333 | | MCP | Runs at http://localhost:3334/mcp |


Features

  • User journeys: swimlanes and stages, resizable columns, touchpoints
  • Kanban: column boards with lane colours on the same dot-grid canvas
  • Freestyle flows: freeform nodes and edges
  • Project canvas: guided grid for goals, activities, outcomes
  • Figma: frame previews on nodes (OAuth; tokens stay local)
  • MCP: global read-only mode and per-map “ready for agent” gates

Quick start (dev dependency)

npm install -D @future-ux/agent-map
npx agent-map

.future-ux/ layout

.future-ux/
├── config.json
├── journeys/*.journey.json
├── flows/*.flow.json
├── kanban/*.kanban.json
├── project-canvas/*.project-canvas.json
└── …

Git: add .future-ux/ to .gitignore before pushing, it can hold Figma OAuth tokens. See GUIDE.md § Git and secrets.

Agent permissions

| Control | Behaviour | |---------|-----------| | Read only (header) | MCP write tools blocked globally (default) | | Ready for agent (per map) | Agents can read but not edit until enabled | | Write access | Read only off and map marked ready |

Docs in your project (after npm install)

Installed package path (example):

node_modules/@future-ux/agent-map/

| File | Purpose | |------|---------| | README.md | Overview (this file) | | GUIDE.md | Run, Figma, CSV import, gitignore | | AGENTS.md | MCP tools and agent workflow |

Cursor / MCP

Point your MCP client at http://localhost:3334/mcp. Example config and tool list: GUIDE.md, AGENTS.md.

Cloud early access

Pro cloud features (online save, collaboration) are in development. Privacy and contact: [email protected].

Development (this package)

cd packages/agent-map
npm install
npm run build    # UI → client/dist (runs automatically on publish)
npm start        # :3333 + :3334
npm run dev      # Vite :5173 with HMR (proxies /api)
npm run test:store

License

ISC