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

@mnhidayatgani/friday-mcp

v2.2.0

Published

FRIDAY AI Agent - MCP Server with Upstash integration and project intelligence

Downloads

14

Readme

FRIDAY MCP Server

Professional AI Assistant with Tony Stark-level Intelligence

Personal AI agent with hybrid memory (Git + Upstash Redis), one-command project setup, and intelligent context awareness.

Tests Build License

✨ Features

  • 🚀 One-Command Setup - #friday-setup initializes everything
  • 🧠 Hybrid Memory - Git (structured) + Redis (fast global access)
  • 🤖 Tony Stark Persona - Professional, proactive, precise
  • 🔍 Smart Search - Relevance-based across all sources
  • 📊 Auto-Detection - Identifies project type & tech stack
  • 💾 Session Persistence - Never lose context
  • 🌍 Always Available - Works offline with Git-only fallback
  • 💰 100% FREE - Upstash free tier compatible

🚀 Quick Start

Installation

git clone https://github.com/angga13142/FRIDAY.git
cd friday-mcp-server
npm install

That's it! FRIDAY auto-configures everything.

  • ✅ No manual setup needed
  • ✅ No credentials required
  • ✅ Works immediately (Git-only mode)
  • ✅ Redis optional (add later if wanted)

VS Code Integration

Add to .vscode/settings.json or User Settings:

{
  "mcp.servers": {
    "friday": {
      "command": "node",
      "args": ["/absolute/path/to/friday-mcp-server/dist/index.js"]
    }
  }
}

First Use

#friday-setup

Done! FRIDAY is active and ready.


💡 What npm install Does

Automatic setup (no user input needed):

  1. ✅ Installs dependencies
  2. ✅ Builds project
  3. ✅ Creates .env (Git-only mode)
  4. ✅ Sets up memory structure
  5. ✅ Installs AI protocol
  6. ✅ Configures Git hooks
  7. ✅ Sets up VS Code

Total time: ~2 minutes

See FIRST-INSTALL.md for details.

🛠️ MCP Tools

| Tool | Description | Usage | | ------------------ | --------------------------- | ----------------------- | | friday-setup | One-command initialization | #friday-setup web | | friday-search | Hybrid semantic search | #friday-search "auth" | | friday-sync | Git → Redis synchronization | #friday-sync | | friday-context | Load project context | #friday-context |

🧠 Hybrid Memory

Git Memory (Structured)          Redis Memory (Fast)
├── INDEX.md              ←─→    Session context
├── current-state.md      ←─→    Semantic cache
├── implementations/      ←─→    Quick notes
├── decisions/            ←─→    Cross-project data
└── issues/

Modes:

  • Hybrid (Git + Redis) - When Upstash configured
  • Git-only - Automatic fallback, no Redis needed

🧪 Testing

npm test              # Run all 32 tests
npm run build         # TypeScript compilation
npm run lint          # Code quality check

Test Coverage: 32/32 passing ✅

📊 Architecture

FRIDAY MCP Server
├── Memory System
│   ├── GitMemoryManager (local structured docs)
│   ├── UpstashMemory (global fast cache)
│   └── HybridMemoryManager (intelligent fusion)
├── Tools (4 MCP tools)
├── Persona (Tony Stark AI)
└── Utils (auto-detection, config)

🤖 FRIDAY Persona

Professional AI assistant inspired by Tony Stark's FRIDAY:

  • ✅ Professional & respectful
  • ✅ Proactive problem-solving
  • ✅ Context-aware intelligence
  • ✅ Clear status updates
  • ✅ Tony Stark-level reliability

Example:

User: "Setup this project"

FRIDAY: "Understood, Sir. Initializing...
✅ Setup complete.
Project: my-app | Type: Web | Memory: Hybrid
FRIDAY is now active. How shall we proceed?"

⚙️ Configuration

See DOCUMENTATION.md for complete configuration guide.

Quick Config:

# .env
UPSTASH_REDIS_REST_URL=https://...
UPSTASH_REDIS_REST_TOKEN=...
FRIDAY_MEMORY_CAPACITY=100

📚 Documentation

🚀 Development

npm install           # Install dependencies
npm run dev           # Watch mode
npm test              # Run tests
npm run build         # Production build
npm start             # Run built version

💡 Use Cases

  • 🏗️ New Projects - Instant setup with memory
  • 🔍 Code Discovery - Find implementations fast
  • 📝 Documentation - Auto-tracked decisions
  • 🤝 Team Collaboration - Shared context via Redis
  • 🧠 Context Preservation - Never lose project state

📈 Performance

  • Setup: < 2s
  • Search (Git): < 100ms
  • Search (Hybrid): < 50ms
  • Memory: < 50MB

🛡️ Security

  • ✅ No secrets in memory files
  • ✅ Redis credentials in .env (gitignored)
  • ✅ Local-only execution
  • ✅ Optional TLS encryption

📝 License

MIT - See LICENSE

🙏 Acknowledgments

Built with:


FRIDAY - Your Professional AI Assistant
Always operational. Always reliable. Always ready.

Status: Production Ready ✅
Version: 1.0.0
Last Updated: November 8, 2025

🤖 AI Protocol - FRIDAY Memory System

IMPORTANT: Semua AI assistant (GitHub Copilot, Claude, ChatGPT) WAJIB mengikuti protocol ini!

Untuk AI: Quick Start Commands

# 1️⃣ Awal session (WAJIB)
#friday-context

# 2️⃣ Sebelum implementasi (WAJIB)
#friday-search "<topik>"

# 3️⃣ Setelah perubahan (WAJIB)
#friday-sync

Protocol Rules

  1. Setup Check: Always verify FRIDAY is initialized
  2. Context Load: Load context at session start
  3. Memory Search: Search before implementing
  4. Document: Create memory files for changes
  5. Sync: Sync to Redis after changes

📖 Full Protocol: .github/copilot-instructions.md