Skip to content

Instantly share code, notes, and snippets.

@datalie
datalie / how-to-build-a-slack-mcp-server.md
Created April 17, 2026 21:59
How to Build a Slack MCP Server — step-by-step guide with Node.js

How to Build a Slack MCP Server

A step-by-step guide to building a lightweight Model Context Protocol (MCP) server that connects to Slack's Web API. This server exposes tools for searching your Slack mentions and extracting action items — all over stdio using JSON-RPC.


Overview

This MCP server:

@datalie
datalie / how-to-access-remarkable-notes.md
Created April 17, 2026 20:45
How to programmatically access your reMarkable tablet notes via the desktop app — OCR, sync, and To-Do extraction

📓 How to Access Your reMarkable Notes Programmatically

A guide to reading, syncing, and extracting content from your reMarkable tablet using the desktop app's local data — no API key required.

Overview

The reMarkable desktop app syncs your tablet's notebooks to your Mac. This data is stored locally and can be read directly — no cloud API or authentication needed. This guide shows how to:

  1. Find your notes on disk
  2. Read notebook metadata (names, folders, timestamps)