mcp-notes-broker-agent

elijah688/mcp-notes-broker-agent

3.1

If you are the rightful owner of mcp-notes-broker-agent 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 FastMCP server for managing notes, backed by PostgreSQL, with a client that exposes MCP tools for CRUD operations to your JavaScript app.

Tools

Functions exposed to the LLM to take actions

upsert_notes

Create or update notes in batch. Leave id blank to create a new note. Only the last duplicate ID in a batch is kept.

get_notes_by_ids

Fetch specific notes by IDs. Returns empty list if IDs are not found.

get_notes

Retrieve all notes, most recent first.

delete_notes_by_ids

Delete notes by IDs. Nonexistent IDs are ignored.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources