Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTES_MCP_DBNoOverride the default SQLite database file path.~/.notes-mcp/notes.db

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_noteA

Create a new note with a title, body, and optional tags.

Returns the stored note, including its assigned ID — reference that ID in later get/update/delete calls.

get_noteA

Retrieve a single note by its ID or exact title.

    Provide note_id OR title (note_id wins if both are given). Returns the
    full note including its body. Use search_notes for fuzzy matching.
    
search_notesA

Search notes by keyword, by tag, or both (filters combine with AND).

    Results are summaries (ID, title, snippet, tags) ordered newest-updated
    first — fetch the full body of a hit with get_note.
    
update_noteA

Edit an existing note's title, body, and/or tags.

Only the fields you pass are changed. Passing tags replaces the whole tag set. Returns the updated note.

delete_noteA

Permanently delete a note by ID. This cannot be undone.

Returns a confirmation with the deleted note's title.

list_recent_notesA

List the most recently created or updated notes, newest first.

    Returns summaries — fetch a full note with get_note.
    

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabed5303-ops/notes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server