molefrog/til-mcp
3.1
If you are the rightful owner of til-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A minimal MCP server for managing 'Today I Learned' memos using Bun, Hono, and Mastra.
Tools
3
Resources
0
Prompts
0
TIL MCP Server
A minimal MCP (Model Context Protocol) server for storing and retrieving "Today I Learned" memos, built with Bun, Hono, and Mastra. The server exposes three tools via MCP: list all memos, get a specific memo by topic or ID, and add or update memos with unique topics stored in SQLite.
Connecting to Claude Code CLI
Add the MCP server using the Claude CLI:
claude mcp add --transport http til https://til-mcp-production.up.railway.app/mcp
The TIL memo tools will be automatically available in Claude Code.