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 🙏

© 2025 – Pkg Stats / Ryan Hefner

fastino-personalization-mcp-server

v1.0.6

Published

MCP server for Fastino Personalization API - Connect Claude to user memory and context management

Readme

Fastino Personalization MCP Server

Connect Claude directly to your Fastino Personalization API for seamless AI-powered user memory and context management.

What This Does

This MCP (Model Context Protocol) server allows Claude (via the Claude Desktop app) to directly interact with your Fastino Personalization API. Once configured, you can ask Claude to:

  • Register and manage user profiles
  • Ingest user activity and documents
  • Query user memory and preferences
  • Retrieve contextual information about users

Prerequisites

Configuration

Step 1: Add to Claude Desktop

  1. Open your Claude Desktop app configuration file:

    • Go to SettingsDeveloperEdit Config

    Or manually locate the file at:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the Fastino MCP server configuration:

{
  "mcpServers": {
    "fastino-personalization-mcp-server": {
      "command": "npx",
      "args": [
        "fastino-personalization-mcp-server"
      ],
      "env": {
        "FASTINO_API_KEY": "pio_sk_your_api_key_here"
      }
    }
  }
}
  1. Replace pio_sk_your_api_key_here with your actual Fastino API key (get yours at fastino.ai)

  2. Restart Claude Desktop

Step 2: Verify Installation

Open Claude Desktop and ask:

"What Fastino Personalization tools do you have access to?"

Claude should list all available Fastino tools.

Usage Examples

Once configured, you can use natural language with Claude:

Register a User

"Register a new user with email [email protected], name Ash Lewis, and timezone America/New_York. He is the founder of Fastino and likes concise responses"

Ingest Data

"Ingest an email event for user Ash Lewis: the CEO sent an email at 9am today saying 'Let's move our weekly sync to Tuesdays at 2pm'"

Query User Memory

"Query user Ash Lewis: Who does this user meet with most frequently?"

Get User Summary

"Get a work-style summary for user Ash Lewis"

Retrieve Context Chunks

"Retrieve relevant context chunks for user Ash Lewis about their meeting preferences"

Available Tools

| Tool | Description | |------|-------------| | register_user | Create or update user profiles | | delete_user | Remove all user data (GDPR compliant) | | ingest_data | Feed user activity and documents | | query_user | Ask questions about user memory | | get_summary | Get deterministic user summaries | | retrieve_chunks | Get relevant context snippets |

Troubleshooting

"FASTINO_API_KEY environment variable is required"

Make sure you've added your API key to the claude_desktop_config.json file and restarted Claude Desktop.

Tools not appearing in Claude

  1. Ensure the config file is in the correct location
  2. Verify the JSON is properly formatted (no trailing commas)
  3. Restart Claude Desktop completely (quit and reopen)

Support


Built with ❤️ by Fastino